ISQLCondition.TempTableAlias

Fore Syntax

TempTableAlias: String;

Fore.NET Syntax

TempTableAlias: String;

Description

The TempTableAlias property returns an alias that is used to reduce time table name.

Fore Example

The example of use is given in description of the ISQLComponents.Where method.

See also:

ISQLCondition