The Index type exposes the following members.
Constructors
Name | Description | |
---|---|---|
Index | Overloaded. Initializes a new instance of the Index class with the specified properties.
Different overloads apply to different data sources. |
Methods
Name | Description | |
---|---|---|
AddColumnName |
Adds another column name to the array of column names to be indexed.
| |
AddColumnNames |
Adds the column names.
| |
Equals | (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 | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
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.
|