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