XWhereAnd_ Method |
Name | Description | |
---|---|---|
And_(XWhere) |
Concats given XWhere statement with current XWhere using AND operator.
| |
And_(XWhere, XWhere) |
Created new XWhere using AND operator between given XWhere statements.
| |
And_(String, XWhereOperationEnum, BsonValue) |
Created new XWhere with And operator to add new xwhere statement based on field name and operation and value to current xwhere statement.
| |
And_(XWherePreOperationEnum, String, XWhereOperationEnum, BsonValue) |
Created new XWhere with And operator to add new xwhere statement based on field name ,preoperation, operation and value to current xwhere statement.
| |
And_(XWherePreOperationEnum, BsonValue, String, XWhereOperationEnum, BsonValue) |
Created new XWhere with And operator to add new xwhere statement based on field name ,preoperation,prevalue, operation and value to current xwhere statement.
|