SelectCondition Fields |
The SelectCondition type exposes the following members.
Name | Description | |
---|---|---|
ALL_INLINE |
Constant for Inline limit property defining that all items should be processed inline
| |
mGroupGUID |
Group GUID for the temp table.
| |
mInlineLimit |
Limit of the number of items for the inline evaluation.
If there are more items than this limit, the where condition is returned in format:
ColumnName IN (SELECT ItemName FROM Func_Selection_ParseNames(@List_949939be_1bf7_48d9_bbd6_57facb5c8001))
Otherwise, inline format is used:
ColumnName IN (Value1, Value2, ...)
If set to -1, inline format is always used.
| |
mParameters |
Query parameters.
| |
mWhereCondition |
Where condition.
|