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

IProviderSupport.PSSetParams

Set the parameters for the command text

Declaration

Source position: db.pas line 1340

procedure IProviderSupport.PSSetParams(

  AParams: TParams

);

Arguments

AParams

  

Value for the parameters

Description

PSSetParams sets the values of the parameters that should be used when executing the commandtext SQL statement.

See also

PSSetCommandText

PSGetParams