ISQLCondition

Assembly: Db;

Description

The ISQLCondition interface contains properties of a particular condition included into ISQLComponents.Where.

Inheritance Hierarchy

ISQLCondition

Comments

The ISQLComponents.ConditionCount property returns the number of conditions included into ISQLComponents.Where. A particular condition can be obtained in the ISQLComponents.Condition property. Each particular condition corresponds to the elements set of one dimension. Values of properties with the Temp* prefix will be available if in the filtering strategy for dimension there is a defined method using time tables.

Properties

  Property name Brief description
Condition The Condition property returns the full text of a particular condition included into ISQLComponents.Where.
Fields The Fields property returns fields of initial table which values are put into time table.
TempTable The TempTable property returns a name of time table to which attributes values will be loaded.
TempTableAlias The TempTableAlias property returns an alias that is used to reduce time table name.
TempTableAttrLinkedFields The TempTableAttrLinkedFields property returns a list of time table fields that are linked with dimension attributes.
TempTableFields The TempTableFields property returns a list of time table fields.
TempTableHasNulls The TempTableHasNulls property returns the attribute that the time table contains records with empty values (Null).
TempTableRecCount The TempTableRecCount property returns the number of records in time table.

See also:

Db Assembly Interfaces