Advantage .NET Data Provider
public enum IndexOptions
IndexOptions may be used with CreateIndex to define the options for index creation. A bitwise combination of these values may be used.
Member Name |
Description |
|
Default |
Use if no options are needed. |
|
Unique |
Create a unique index order. |
|
Compound |
Create an index order (tag) within a compound index file. Note that this option is always set when the table type is TableType.ADT. |
|
Descending |
Create a descending index order. |
See Also