Show / Hide Table of Contents

Class DbIndex

Represents database index constraint.

Inheritance
System.Object
DbIndex
Implements
IAddon
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
  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest