[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'DB' (#fcl)

IProviderSupport.PSGetParams

Get the parameters in the commandtext

Declaration

Source position: db.pas line 1424

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: May 14 2021