ISQLCondition.TempTableHasNulls

Syntax

TempTableHasNulls: Boolean;

Description

The TempTableHasNulls property returns the attribute that the time table contains records with empty values (Null).

Example

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

See also:

ISQLCondition