Table of Contents

ISQLGenerator.GetDefaultColumnName Method

Returns the default column alias for the given select field, used when the generated SQL needs an explicit column label.

Syntax

Unit: Aurelius.Sql.Interfaces

function ISQLGenerator.GetDefaultColumnName(Field: TSQLSelectField): string; virtual; abstract;

Parameters

<-> Parameter Type Description
Field TSQLSelectField The select field for which a column alias is needed.

Returns

The column alias string.

See also