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