Identifies an index for the table.
property IndexName: string
Description
Identifies an index for the table. Use IndexName to specify an index for a table.If IndexName contains a valid index name, then that index is used to determine sort order of records, otherwise an exception will be raised.
Note: IndexFieldNames and IndexName are mutually exclusive. Setting one clears the other.
|
|