The Index type exposes the following members.

Constructors

  NameDescription
IndexOverloaded.
Initializes a new instance of the Index class with the specified properties. Different overloads apply to different data sources.

Methods

  NameDescription
AddColumnName
Adds another column name to the array of column names to be indexed.
AddColumnNames
Adds the column names.
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetColumnNames
Gets a collection of the column names making up the index.
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
IsAscending
Gets a value indicating whether the index is ascending or not (i.e. ordered alphabetically to numerically).
IsUnique
Gets a value indicating whether the values in the Index are unique.
Name
The name of the index.

See Also