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.String
name
|
MetaStoredProcedure(String, String, String, Boolean, String)
Declaration
public MetaStoredProcedure(string name, string schemaName, string fullName, bool shouldUpdateSchema, string description)
Parameters
|
System.String
name
|
|
System.String
schemaName
|
|
System.String
fullName
|
|
System.Boolean
shouldUpdateSchema
|
|
System.String
description
|
MetaStoredProcedure(String, String, String, String)
Declaration
public MetaStoredProcedure(string name, string schemaName, string fullName, string description)
Parameters
|
System.String
name
|
|
System.String
schemaName
|
|
System.String
fullName
|
|
System.String
description
|
Properties
FullName
Declaration
public string FullName { get; set; }
Property Value
|
System.String
|
HasMultipleResultSet
Declaration
public bool HasMultipleResultSet { get; set; }
Property Value
|
System.Boolean
|
IsDeterministic
Declaration
public bool IsDeterministic { get; set; }
Property Value
|
System.Boolean
|
IsFunction
Declaration
public bool IsFunction { get; set; }
Property Value
|
System.Boolean
|
Parameters
Declaration
public IList<MetaStoredProcedureParameter> Parameters { get; set; }
Property Value
|
System.Collections.Generic.IList<MetaStoredProcedureParameter>
|
ReturnType
Declaration
public string ReturnType { get; set; }
Property Value
|
System.String
|
ShouldUpdateSchema
Declaration
public bool ShouldUpdateSchema { get; set; }
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
|