Class MetaIndex
Inherited Members
Namespace: Telerik.OpenAccess.Metadata.Relational
Assembly: Telerik.OpenAccess.dll
Syntax
public class MetaIndex : MetaItem, IMetadataStatusCallback, IHierarchyMetadata, ICloneable, IComparable
Constructors
MetaIndex(String, Boolean, Boolean, MetaTable, String)
Declaration
public MetaIndex(string name, bool clustered, bool unique, MetaTable table, string description)
Parameters
|
System.String
name
|
|
System.Boolean
clustered
|
|
System.Boolean
unique
|
|
MetaTable
table
|
|
System.String
description
|
MetaIndex(String, MetaTable)
Declaration
public MetaIndex(string name, MetaTable table)
Parameters
|
System.String
name
|
|
MetaTable
table
|
Properties
Clustered
Declaration
public bool Clustered { get; set; }
Property Value
|
System.Boolean
|
Columns
Declaration
public IList<MetaIndexColumnMapping> Columns { get; }
Property Value
|
System.Collections.Generic.IList<MetaIndexColumnMapping>
|
Table
Unique
Declaration
public bool Unique { 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
|