Click or drag to resize

LiteCollectionTFindOne Method

Overload List
 NameDescription
Public methodFindOne(BsonExpression) Find the first document using predicate expression. Returns null if not found
Public methodFindOne(ExpressionFuncT, Boolean) Find the first document using predicate expression. Returns null if not found
Public methodFindOne(Query) Find the first document using defined query structure. Returns null if not found
Public methodFindOne(BsonExpression, BsonValue) Find the first document using predicate expression. Returns null if not found
Public methodFindOne(String, BsonDocument) Find the first document using predicate expression. Returns null if not found
Top
See Also