IDBStatement.SetSQLCommand Method
Sets the SQL text of the statement.
Syntax
Unit: Aurelius.Drivers.Interfaces
procedure IDBStatement.SetSQLCommand(SQLCommand: string); virtual; abstract;
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| SQLCommand | string | The SQL statement text, which may contain named parameters. |