Lite |
| Name | Description | |
|---|---|---|
| FindOne(BsonExpression) | Find the first document using predicate expression. Returns null if not found | |
| FindOne(ExpressionFuncT, Boolean) | Find the first document using predicate expression. Returns null if not found | |
| FindOne(Query) | Find the first document using defined query structure. Returns null if not found | |
| FindOne(BsonExpression, BsonValue) | Find the first document using predicate expression. Returns null if not found | |
| FindOne(String, BsonDocument) | Find the first document using predicate expression. Returns null if not found |