Click or drag to resize
XWhereContains Method
Overload List
  NameDescription
Public methodStatic memberCode exampleContains(String, BsonArray)
Created new XWhere with Contains operation to check if field name contains any value from the bson array.
Public methodStatic memberCode exampleContains(String, BsonValue)
Created new XWhere with Contains operation to check if field contains the value.
Public methodStatic memberCode exampleContains(XWherePreOperationEnum, String, BsonValue)
Created new XWhere with Contains operation to check if field contains the value with preoperation.
Top
See Also