ClassMetaStoredProcedureParameter
Class
Definition
Namespace:Telerik.OpenAccess.Metadata.Relational
Assembly:Telerik.OpenAccess.dll
Syntax:
cs-api-definition
public class MetaStoredProcedureParameter : MetaItem, IMetadataStatusCallback, IHierarchyMetadata, IDataColumn
Inheritance: objectMetaItemMetaStoredProcedureParameter
Implements:
Inherited Members
Constructors
MetaStoredProcedureParameter(string, ParameterMode, int?, string, int?, int?, bool?, string)
Declaration
cs-api-definition
public MetaStoredProcedureParameter(string name, ParameterMode mode, int? adoType, string sqlType, int? length, int? scale, bool? isNull, string description)
Parameters
name
string
mode
adoType
int?
sqlType
string
length
int?
scale
int?
isNull
bool?
description
string
MetaStoredProcedureParameter(string, ParameterMode, string)
Declaration
cs-api-definition
public MetaStoredProcedureParameter(string name, ParameterMode mode, string sqlType)
Parameters
name
string
mode
sqlType
string
MetaStoredProcedureParameter(string, ParameterMode, string, int?, int?)
Declaration
cs-api-definition
public MetaStoredProcedureParameter(string name, ParameterMode mode, string sqlType, int? length, int? scale)
Parameters
name
string
mode
sqlType
string
length
int?
scale
int?
Properties
AdoType
Declaration
cs-api-definition
public int? AdoType { get; set; }
Property Value
int?
DeclaringProcedure
Declaration
cs-api-definition
public MetaStoredProcedure DeclaringProcedure { get; set; }
Property Value
IsNullable
Declaration
cs-api-definition
public bool? IsNullable { get; set; }
Property Value
bool?
Implements
Length
Declaration
cs-api-definition
public int? Length { get; set; }
Property Value
int?
Scale
Declaration
cs-api-definition
public int? Scale { get; set; }
Property Value
int?
SqlType
Declaration
cs-api-definition
public string SqlType { get; set; }
Property Value
string
Type
Declaration
cs-api-definition
[Browsable(false)]
public MetaPrimitiveType Type { get; set; }
Property Value
Methods
AddAttribute(MetadataConstants)
Declaration
cs-api-definition
protected override IMetaItemAttribute AddAttribute(MetadataConstants key)
Parameters
key
Returns
Overrides
CompareCore(object)
Declaration
cs-api-definition
protected override int CompareCore(object otherItem)
Parameters
otherItem
object
Returns
int
Overrides
GetDefaultValue<Z>(MetadataConstants)
Declaration
cs-api-definition
protected override Z GetDefaultValue<Z>(MetadataConstants key)
Parameters
key
Returns
Z
Overrides