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


TSQLMemTable.IndexFieldCount
TSQLMemTable
Top 

Indicates the number of fields that comprise the current key.

property IndexFieldCount: Integer

Description
Indicates the number of fields that comprise the current key. Examine IndexFieldCount to determine the number of fields that comprise the current key. For indexes based on a single column, IndexFieldCount returns 1. For multi-column indexes, IndexFieldCount indicates the number of fields upon which the index is based.


© AidAim Software SQLMemTable: