The following tables list the members exposed by QueryCondition.
Name | Description | |
---|---|---|
QueryCondition Constructor | Overloaded. |
Name | Description | |
---|---|---|
ConditionType | The type of the condition. | |
HasRightExpressions | Determines whether at least one expression exists in the right side of the condition. | |
IsNot | Determines whether to use the NOT operator before the condition. | |
LeftExpression | Expression of the left side of the condition. | |
LogicalOperation | The logical operator that associates the given condition with the prior query condition. | |
Name | The name of the condition. | |
ParentQuery | The query that contains the current condition. | |
RightExpressions | Collection of expressions of the right side of the condition. |
Name | Description | |
---|---|---|
And | Overloaded. | |
Clone | Creates the clone of the current QueryCondition instance. | |
ConsistsWith | Overloaded. | |
EndsWith | Overloaded. | |
Exists | Overloaded. | |
In | Overloaded. | |
IsBetween | Overloaded. | |
IsEqual | Overloaded. | |
IsGreater | Overloaded. | |
IsGreaterOrEqual | Overloaded. | |
IsLess | Overloaded. | |
IsLessOrEqual | Overloaded. | |
IsLike | Overloaded. | |
IsNotEqual | Overloaded. | |
IsNull | To the current condition, adds a check to determine whether the value of the condition expression is null . | |
Not | Adds a negation in the current condition. | |
OpenBlock | Overloaded. | |
StartsWith | Overloaded. | |
WrapBlock | Places the current condition in the block. |