Click or drag to resize
XWhere. Or_ Method
Overload List
  NameDescription
Public methodCode exampleOr_(XWhere)
Join xwhere statement with current xwhere statement with OR operator
Public methodCode exampleOr_(String, XWhere.OperationEnum)
Create a new xwhere statement from fieldname and operation and join it with current xwhere statement using OR operator.
Public methodStatic memberCode exampleOr_(XWhere, XWhere)
Joins two xwhere statements with OR operator
Public methodCode exampleOr_(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.
Public methodCode exampleOr_(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.
Public methodCode exampleOr_(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.

Top
See Also