ISQLComponents.TableAlias

Syntax

TableAlias: String;

Description

The TableAlias property returns an alias that is used in query to reduce names of tables.

Comments

Alias cannot be modified.

Example

The example of use is given in description of the ISQLCallback.BeforeConstruction method.

See also:

ISQLComponents