Class DbIndex
Represents database index constraint.
Inheritance
System.Object
DbIndex
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: DevZest.Data.Addons
Assembly: DevZest.Data.dll
Syntax
public sealed class DbIndex : IIndexConstraint, IAddon
Properties
Name | Description |
---|---|
Columns | Gets the columns with sort direction of this index. |
Description | Gets the description of this index. |
IsClustered | Gets a value indicates whether this is a clustered index. |
IsUnique | Gets a value indicates whether this index is unique. |
IsValidOnTable | |
IsValidOnTempTable | |
Name | Gets the name of this index. |
Explicit Interface Implementations
Name | Description |
---|---|
IAddon.Key |