Determines KeyFields and build query of TCustomLiteTable.
Class
TCustomLiteTable
Syntax
procedure PrepareSQL;
Remarks
Call the PrepareSQL method to determine KeyFields and build query of TCustomLiteTable. PrepareSQL is called implicitly when TCustomLiteTable is being opened.
See Also