Click or drag to resize
XWhereEq Method
Overload List
  NameDescription
Public methodStatic memberCode exampleEq(String, BsonValue)
Created new XWhere with Equal operation .
Public methodStatic memberCode exampleEq(XWherePreOperationEnum, String, BsonValue)
Created new XWhere with Equal operation using preoperation.
Public methodStatic memberCode exampleEq(XWherePreOperationEnum, BsonValue, String, BsonValue)
Created new XWhere with Equal operation using preoperation and prevalue.
Top
See Also