Class MetaStoredProcedure
Inherited Members
Namespace: Telerik.OpenAccess.Metadata.Relational
Assembly: Telerik.OpenAccess.dll
Syntax
public class MetaStoredProcedure : MetaScopedItem, IMetadataStatusCallback, IHierarchyMetadata, ICloneable, IComparable
Constructors
MetaStoredProcedure(String)
Declaration
public MetaStoredProcedure(string name)
Parameters
System.
|
MetaStoredProcedure(String, String, String, Boolean, String)
Declaration
public MetaStoredProcedure(string name, string schemaName, string fullName, bool shouldUpdateSchema, string description)
Parameters
System.
|
System.
|
System.
|
System.
|
System.
|
MetaStoredProcedure(String, String, String, String)
Declaration
public MetaStoredProcedure(string name, string schemaName, string fullName, string description)
Parameters
System.
|
System.
|
System.
|
System.
|
Properties
FullName
Declaration
public string FullName { get; set; }
Property Value
System.
|
HasMultipleResultSet
Declaration
public bool HasMultipleResultSet { get; set; }
Property Value
System.
|
IsDeterministic
Declaration
public bool IsDeterministic { get; set; }
Property Value
System.
|
IsFunction
Declaration
public bool IsFunction { get; set; }
Property Value
System.
|
Parameters
Declaration
public IList<MetaStoredProcedureParameter> Parameters { get; set; }
Property Value
System.
|
ReturnType
Declaration
public string ReturnType { get; set; }
Property Value
System.
|
ShouldUpdateSchema
Declaration
public bool ShouldUpdateSchema { get; set; }
Property Value
System.
|
Methods
AddAttribute(MetadataConstants)
Declaration
protected override IMetaItemAttribute AddAttribute(MetadataConstants key)
Parameters
Returns
Overrides
Clone()
CompareCore(Object)
Declaration
protected override int CompareCore(object otherItem)
Parameters
System.
|
Returns
System.
|
Overrides
GetDefaultValue<Z>(MetadataConstants)
Declaration
protected override Z GetDefaultValue<Z>(MetadataConstants key)
Parameters
Returns
Z
|
Type Parameters
Z
|