| XWhereContains Method |
| Name | Description | |
|---|---|---|
| Contains(String, BsonArray) |
Created new XWhere with Contains operation to check if field name contains any value from the bson array.
| |
| Contains(String, BsonValue) |
Created new XWhere with Contains operation to check if field contains the value.
| |
| Contains(XWherePreOperationEnum, String, BsonValue) |
Created new XWhere with Contains operation to check if field contains the value with preoperation.
|