IDBParamsStatement.SetParams Method
Binds the parameter values from a TParams collection to the statement.
Syntax
Unit: Aurelius.Drivers.Interfaces
procedure IDBParamsStatement.SetParams(Params: TParams); virtual; abstract;
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| Params | TParams | The VCL TParams collection whose values are bound. |