XWhereOr_ Method |
Name | Description | |
---|---|---|
![]() ![]() | Or_(XWhere) |
Join xwhere statement with current xwhere statement with OR operator
|
![]() ![]() | Or_(String, XWhereOperationEnum) |
Create a new xwhere statement from fieldname and operation and join it with current xwhere statement using OR operator.
|
![]() ![]() ![]() | Or_(XWhere, XWhere) |
Joins two xwhere statements with OR operator
|
![]() ![]() | Or_(String, XWhereOperationEnum, BsonValue) |
Create a new xwhere statement from fieldname and operation and value and join it with current xwhere statement using OR operator.
|
![]() ![]() | Or_(XWherePreOperationEnum, String, XWhereOperationEnum, BsonValue) |
Create a new xwhere statement from fieldname and preoperation and operation and value and join it with current xwhere statement using OR operator.
|
![]() ![]() | Or_(XWherePreOperationEnum, BsonValue, String, XWhereOperationEnum, BsonValue) |
Create a new xwhere statement from fieldname ,preoperation,prevalue, operation and value and join it with current xwhere statement
using OR operator.
|