| WhereConditionBaseTParent Properties | 
The WhereConditionBaseTParent generic type exposes the following members.
| Name | Description | |
|---|---|---|
| DataSourceName | 
            Data source identifier that represents the location from which the data are obtained. 
              | |
| DisposeUsedObjects | 
            Disposes the objects that were used as parameters for this query
              | |
| 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
              | |
| WhereBuilder | 
            Where condition builder
              | |
| WhereCondition | 
            Where condition on the data, e.g. "DocumentName = 'ABC'"
              | |
| WhereIsComplex | 
            Returns true if the given where condition contains compound conditions, e. g. "A > 1 AND B = 5"
              | |
| WhereIsEmpty | 
            Returns true if the where condition is empty
              | |
| WhereOperator | 
            Operator used for adding where condition. Default is AND
              |