ISQLCondition.TempTableAttrLinkedFields

Syntax

TempTableAttrLinkedFields: String;

Description

The TempTableAttrLinkedFields property returns a list of time table fields that are linked with dimension attributes.

Comments

The list of fields is returned in the same order as for link with attributes. 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