Class MetaTable
Inherited Members
Namespace: Telerik.OpenAccess.Metadata.Relational
Assembly: Telerik.OpenAccess.dll
Syntax
public class MetaTable : MetaScopedItem, IMetadataStatusCallback, IHierarchyMetadata, ICloneable, IComparable
Constructors
MetaTable(String)
Declaration
public MetaTable(string name)
Parameters
System.
|
MetaTable(String, String, String, Boolean, String, MetaStoredProcedureMapping, MetaStoredProcedureMapping, MetaStoredProcedureMapping, MetaStoredProcedureMapping, String)
Declaration
public MetaTable(string name, string schemaName, string fullName, bool readOnly, string pkConstraintName, MetaStoredProcedureMapping insertProcedure, MetaStoredProcedureMapping updateProcedure, MetaStoredProcedureMapping deleteProcedure, MetaStoredProcedureMapping removeRowsProcedure, string description)
Parameters
System.
|
System.
|
System.
|
System.
|
System.
|
Meta
|
Meta
|
Meta
|
Meta
|
System.
|
Fields
SchemaAndNameComparer
Declaration
public static readonly IComparer<MetaTable> SchemaAndNameComparer
Field Value
System.
|
Properties
Columns
Declaration
public virtual IList<MetaColumn> Columns { get; }
Property Value
System.
|
Constraints
Declaration
public virtual IList<MetaConstraint> Constraints { get; set; }
Property Value
System.
|
DeleteStoredProcedure
Declaration
public MetaStoredProcedureMapping DeleteStoredProcedure { get; set; }
Property Value
FullName
Declaration
public virtual string FullName { get; set; }
Property Value
System.
|
Indexes
Declaration
public virtual IList<MetaIndex> Indexes { get; set; }
Property Value
System.
|
InsertStoredProcedure
Declaration
public MetaStoredProcedureMapping InsertStoredProcedure { get; set; }
Property Value
IsJoinTable
Declaration
public virtual bool IsJoinTable { get; set; }
Property Value
System.
|
PKConstraintName
Declaration
public virtual string PKConstraintName { get; }
Property Value
System.
|
ReadOnly
Declaration
public virtual bool ReadOnly { get; }
Property Value
System.
|
RemoveRowsStoredProcedure
Declaration
public MetaStoredProcedureMapping RemoveRowsStoredProcedure { get; set; }
Property Value
UpdateStoredProcedure
Declaration
public MetaStoredProcedureMapping UpdateStoredProcedure { get; set; }
Property Value
Methods
AddAttribute(MetadataConstants)
Declaration
protected override IMetaItemAttribute AddAttribute(MetadataConstants key)
Parameters
Returns
Overrides
CalculatePositionHash()
Declaration
protected override int CalculatePositionHash()
Returns
System.
|
Overrides
CalculatePrimaryHash()
Declaration
protected override int CalculatePrimaryHash()
Returns
System.
|
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
|