ISQLGenerator.GenerateSelect Method
Generates a SELECT SQL statement from the given command descriptor.
Syntax
Unit: Aurelius.Sql.Interfaces
function ISQLGenerator.GenerateSelect(Command: TSelectCommand): string; virtual; abstract;
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| Command | TSelectCommand | The command object describing the fields, joins, filters, ordering, and paging for the query. |
Returns
The complete SELECT statement as a SQL string.