Icon IndexFieldNames Property

property IndexFieldNames: String

Usage

Use the IndexFieldNames property as an alternative method to the IndexName property of specifying the active index for a table. Each column name should be separated with a semicolon. Any column names specified in the IndexFieldNames property must already be indexed, and must exist in the index in the order specified, from left to right.

Information The IndexFieldNames and IndexName properties are mutually exclusive. Setting one clears the other.
Image