ISQLCondition.TempTableFields

Syntax

TempTableFields: String;

Description

The TempTableFields property returns a list of time table fields.

Comments

The list can differ from the list available in TempTableAttrLinkedFields by service fields presence. Fields in the list are divided by comma.

Example

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

See also:

ISQLCondition