[This is preliminary documentation and is subject to change.]
A query condition.
| C# | Visual Basic | Visual C++ |
public class Condition
Public Class Condition
public ref class Condition
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| ConditionConditionNew(IElementDef, ComparisonOperators, String) | Constructs a query condition
| |
| Field | Gets the metadata for the field to evaluate | |
| Operators | Gets the comparision operator | |
| ParseComparisionOperators(String) | Parses an operator represented as a string. | |
| ParseGroupOperator(String) | Parses a group operator represented as a string. | |
| Value | Gets the comparison value |
| Object | |
| Condition | |