ISQLGenerator.GenerateDelete Method
Generates a DELETE SQL statement from the given command descriptor.
Syntax
Unit: Aurelius.Sql.Interfaces
function ISQLGenerator.GenerateDelete(Command: TDeleteCommand): string; virtual; abstract;
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| Command | TDeleteCommand | The command object describing the target table and the WHERE conditions. |
Returns
The complete DELETE statement as a SQL string.