Click or drag to resize
XWhereAnd_ Method
Overload List
  NameDescription
Public methodCode exampleAnd_(XWhere)
Concats given XWhere statement with current XWhere using AND operator.
Public methodStatic memberCode exampleAnd_(XWhere, XWhere)
Created new XWhere using AND operator between given XWhere statements.
Public methodCode exampleAnd_(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.
Public methodCode exampleAnd_(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.
Public methodCode exampleAnd_(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.
Top
See Also