Return the SQL command executed for getting data.
Source position: db.pas line 1636
function IProviderSupport.PSGetCommandText: string; |
SQL statement.
PSGetCommandText returns the SQL command that is executed when the PSExecute function is called (for a TSQLQuery this would be the SQL property) or when the dataset is opened.
PSExecute |
PSSetCommandText |