describes a single condition in a filter descriptor. More...
import "TableFilterField2.idl";
| Public Attributes | |
| FilterConnection | Connection | 
| specifies how the condition is connected to the previous condition. | |
| long | Field | 
| specifies which field (column) is used for the condition. | |
| long | Operator | 
| specifies the type of the condition as defined in FilterOperator2. | |
| boolean | IsNumeric | 
| selects whether the TableFilterField2::NumericValue or the TableFilterField2::StringValue is used. | |
| double | NumericValue | 
| specifies a numeric value for the condition. | |
| string | StringValue | 
| specifies a string value for the condition. | |
describes a single condition in a filter descriptor.
This struct has the FilterOperator2 constants group as member, whereas the TableFilterField struct uses the FilterOperator enum.
| FilterConnection Connection | 
specifies how the condition is connected to the previous condition.
| long Field | 
specifies which field (column) is used for the condition.
| boolean IsNumeric | 
selects whether the TableFilterField2::NumericValue or the TableFilterField2::StringValue is used.
| double NumericValue | 
specifies a numeric value for the condition.
| long Operator | 
specifies the type of the condition as defined in FilterOperator2.
| string StringValue | 
specifies a string value for the condition.