| [Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] | 
Get the parameters in the commandtext
Source position: db.pas line 1373
| 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 |