TAstaClientDataSet.PrimeFields
Applies to
TAstaClientDataSet
Declaration
property
PrimeFields : TStrings;
Description
The PrimeFields property is used to provide information on the fields
needed to fetch a row using a unique value. In order to have ASTA generate SQL automatically on edits,
inserts and deletes, the PrimeFields must be defined. This is used by setting the EditMode
property to define auto SQL generation and also by the PrimeFieldsWhereString method to return a Where
statement for a given table that will apply to a unique row.