TAstaClientDataSet.PrimeFieldsWhereString


 

Applies to
TAstaClientDataSet

 

Declaration
function PrimeFieldsWhereString: string;
 

Description
This method will return a string that will fetch a unique row from a table.

If a customer table had a unique primary field on a CustNO: Integer column, the PrimeFieldsWhereString would return a string of 'WHERE Custno = 1000' if the current row had a CustNo value of 1000.

 

The primefields must be set first, usually using the EditMode property.



ASTA Overview TAstaClientDataSet.Prepare TAstaClientDataSet.OnAfterPopulate