ISQLGenerator.GetQualifiedColumnName Method
Returns the fully qualified, dialect-specific column reference for the given select field (e.g., t0."Name").
Syntax
Unit: Aurelius.Sql.Interfaces
function ISQLGenerator.GetQualifiedColumnName(Field: TSQLSelectField): string; virtual; abstract;
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| Field | TSQLSelectField | The select field whose qualified column name is needed. |
Returns
The column reference string as it should appear in the generated SQL.