Get the parameters in the commandtext.
Source position: db.pas line 1642
| function IProviderSupport.PSGetParams: TParams; | 
The list of parameters in the SQL statement.
PSGetParams returns the list of parameters in the command-text (as returned by PSGetCommandText). This is usually the Params property of a TDataset descendant.
| PSGetCommandText | 
| PSSetParams |