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

IProviderSupport.PSSetParams

Set the parameters for the command text

Declaration

Source position: db.pas line 1428

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