Unit 'DB' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#fcl]

IProviderSupport.PSGetParams

Get the parameters in the commandtext.

Declaration

Source position: db.pas line 1636

function IProviderSupport.PSGetParams: TParams;

Function result

The list of parameters in the SQL statement.

Description

PSGetParams returns the list of parameters in the command-text (as returned by PSGetCommandText). This is usually the Params property of a TDataset descendant.

See also

PSGetCommandText

PSSetParams


Documentation generated on: Jul 24 2023