SQLMemTable: BDE Alternative Embedded
In-Memory Database with SQL for Delphi / C++Builder


TSQLMemTable.IndexName
TSQLMemTable
Top 

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.


© AidAim Software SQLMemTable: In-memory Sql Database Delph