ClassMetaStoredProcedure
Definition
Namespace:Telerik.OpenAccess.Metadata.Relational
Assembly:Telerik.OpenAccess.dll
Syntax:
public class MetaStoredProcedure : MetaScopedItem, IMetadataStatusCallback, IHierarchyMetadata
Inheritance: objectMetaItemMetaScopedItemMetaStoredProcedure
Implements:
Inherited Members
Constructors
MetaStoredProcedure(string)
Declaration
public MetaStoredProcedure(string name)
Parameters
name
string
MetaStoredProcedure(string, string, string, bool, string)
Declaration
public MetaStoredProcedure(string name, string schemaName, string fullName, bool shouldUpdateSchema, string description)
Parameters
name
string
schemaName
string
fullName
string
shouldUpdateSchema
bool
description
string
MetaStoredProcedure(string, string, string, string)
Declaration
public MetaStoredProcedure(string name, string schemaName, string fullName, string description)
Parameters
name
string
schemaName
string
fullName
string
description
string
Properties
FullName
Declaration
public string FullName { get; set; }
Property Value
string
HasMultipleResultSet
Declaration
public bool HasMultipleResultSet { get; set; }
Property Value
bool
IsDeterministic
Declaration
public bool IsDeterministic { get; set; }
Property Value
bool
IsFunction
Declaration
public bool IsFunction { get; set; }
Property Value
bool
Parameters
Declaration
[Browsable(false)]
public IList<MetaStoredProcedureParameter> Parameters { get; set; }
Property Value
IList<MetaStoredProcedureParameter>
ReturnType
Declaration
public string ReturnType { get; set; }
Property Value
string
ShouldUpdateSchema
Declaration
public bool ShouldUpdateSchema { get; set; }
Property Value
bool
Methods
AddAttribute(MetadataConstants)
Declaration
protected override IMetaItemAttribute AddAttribute(MetadataConstants key)
Parameters
key
Returns
Overrides
CompareCore(object)
Declaration
protected override int CompareCore(object otherItem)
Parameters
otherItem
object
Returns
int
Overrides
GetDefaultValue<Z>(MetadataConstants)
Declaration
protected override Z GetDefaultValue<Z>(MetadataConstants key)
Parameters
key
Returns
Z
Overrides