Lite |
| Name | Description | |
|---|---|---|
| Exists(BsonExpression) | Get true if collection contains at least 1 document that satisfies the predicate expression | |
| Exists(ExpressionFuncT, Boolean) | Get true if collection contains at least 1 document that satisfies the predicate expression | |
| Exists(Query) | Get true if collection contains at least 1 document that satisfies the predicate expression | |
| Exists(String, BsonDocument) | Get true if collection contains at least 1 document that satisfies the predicate expression | |
| Exists(String, BsonValue) | Get true if collection contains at least 1 document that satisfies the predicate expression |