Click or drag to resize
XWhereIn_ Method
Overload List
  NameDescription
Public methodStatic memberCode exampleIn_(String, BsonArray)
Created new XWhere with In operation to check if the field value is in an array.
Public methodStatic memberCode exampleIn_(XWherePreOperationEnum, String, BsonArray)
Created new XWhere with In operation to check if the field value is in an array using preoperation.
Top
See Also