DK11 for Delphi | GisLayerSqlDb2.TGIS_LayerSqlDb2Abstract.prepareSelectCommand | Constructors | Fields | Methods | Properties
Return a SQL select command.
// Delphi protected function prepareSelectCommand( const _table : String; const _filter : String ) : String;
// C++ Builder protected: UnicodeString prepareSelectCommand( const UnicodeString _table, const UnicodeString _filter );
Name | Type | Description |
---|---|---|
_table | String | table to be selected |
_filter | String | filter expression |
Type | Description |
---|---|
String | select command |