Specifies the number of fields to use when conducting a partial key search on a multi-field key. Syntax: property KeyFieldCount: Integer; Description: Use KeyFieldCount to limit a search based on a multi-field key to a consecutive sub-set of those fields. For example, if the primary key for a dataset consists of three-fields, a partial-key search can be conducted using only the first field in the key by setting KeyFieldCount to 1. If KeyFieldCount is 0, the dataset searches on all fields in the key.
|