WhereCondition Properties |
The WhereCondition type exposes the following members.
Name | Description | |
---|---|---|
![]() | DisposeUsedObjects |
Disposes the objects that were used as parameters for this query
(Inherited from WhereConditionBaseTParent.) |
![]() | IsImmutable |
If true, this object instance is immutable, and next subsequent modification starts with a clone of the object.
(Inherited from QueryParametersBaseTParent.) |
![]() | Name |
Object name, empty by default
(Inherited from AbstractQueryObject.) |
![]() | Parameters |
Query data parameters
(Inherited from QueryParametersBaseTParent.) |
![]() | ReturnsNoResults |
Returns true if query doesn't return any results
(Inherited from WhereConditionBaseTParent.) |
![]() | WhereBuilder |
Where condition builder
(Inherited from WhereConditionBaseTParent.) |
![]() | WhereCondition |
Where condition on the data, e.g. "DocumentName = 'ABC'"
(Inherited from WhereConditionBaseTParent.) |
![]() | WhereIsComplex |
Returns true if the given where condition contains compound conditions, e. g. "A > 1 AND B = 5"
(Inherited from WhereConditionBaseTParent.) |
![]() | WhereIsEmpty |
Returns true if the where condition is empty
(Inherited from WhereConditionBaseTParent.) |
![]() | WhereOperator |
Operator used for adding where condition. Default is AND
(Inherited from WhereConditionBaseTParent.) |