Class MetaStoredProcedureMapping
Inherited Members
Namespace: Telerik.OpenAccess.Metadata.Relational
Assembly: Telerik.OpenAccess.dll
Syntax
public class MetaStoredProcedureMapping : MetaScopedItem, IMetadataStatusCallback, IHierarchyMetadata, ICloneable, IComparable
Constructors
MetaStoredProcedureMapping(String, String, MetaStoredProcedure, String)
Declaration
public MetaStoredProcedureMapping(string name, string schemaName, MetaStoredProcedure procedure, string description)
Parameters
|
System.String
name
|
|
System.String
schemaName
|
|
MetaStoredProcedure
procedure
|
|
System.String
description
|
MetaStoredProcedureMapping(MetaStoredProcedure)
Declaration
public MetaStoredProcedureMapping(MetaStoredProcedure procedure)
Parameters
|
MetaStoredProcedure
procedure
|
Fields
DynamicSql
Declaration
public static MetaStoredProcedureMapping DynamicSql
Field Value
|
MetaStoredProcedureMapping
|
Properties
AutoIncParameter
Declaration
public string AutoIncParameter { get; set; }
Property Value
|
System.String
|
ParameterDefinition
Declaration
public virtual IList<MetaParameterMapping> ParameterDefinition { get; set; }
Property Value
|
System.Collections.Generic.IList<MetaParameterMapping>
|
ParameterDefinitionOld
Declaration
public virtual IList<MetaParameterMapping> ParameterDefinitionOld { get; set; }
Property Value
|
System.Collections.Generic.IList<MetaParameterMapping>
|
Procedure
Declaration
public virtual MetaStoredProcedure Procedure { get; set; }
Property Value
|
MetaStoredProcedure
|
RowsAffectedParameter
Declaration
public string RowsAffectedParameter { get; set; }
Property Value
|
System.String
|
UseDynamicSql
Declaration
public bool UseDynamicSql { get; }
Property Value
|
System.Boolean
|
Methods
AddAttribute(MetadataConstants)
Declaration
protected override IMetaItemAttribute AddAttribute(MetadataConstants key)
Parameters
|
MetadataConstants
key
|
Returns
|
IMetaItemAttribute
|
Overrides
Clone()
CompareCore(Object)
Declaration
protected override int CompareCore(object otherItem)
Parameters
|
System.Object
otherItem
|
Returns
|
System.Int32
|
Overrides
GetDefaultValue<Z>(MetadataConstants)
Declaration
protected override Z GetDefaultValue<Z>(MetadataConstants key)
Parameters
|
MetadataConstants
key
|
Returns
|
Z
|
Type Parameters
|
Z
|