XWhere. Or_ Method |
Name | Description | |
---|---|---|
![]() ![]() | Or_(XWhere) |
Join xwhere statement with current xwhere statement with OR operator
|
![]() ![]() | Or_(String, XWhere.OperationEnum) |
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, XWhere.OperationEnum, BsonValue) |
Create a new xwhere statement from fieldname and operation and value and join it with current xwhere statement using OR operator.
|
![]() ![]() | Or_(XWhere.PreOperationEnum, String, XWhere.OperationEnum, 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_(XWhere.PreOperationEnum, BsonValue, String, XWhere.OperationEnum, BsonValue) |
Create a new xwhere statement from fieldname ,preoperation,prevalue, operation and value and join it with current xwhere statement
using OR operator. |