Click or drag to resize

LiteCollectionTExists Method

Overload List
 NameDescription
Public methodExists(BsonExpression) Get true if collection contains at least 1 document that satisfies the predicate expression
Public methodExists(ExpressionFuncT, Boolean) Get true if collection contains at least 1 document that satisfies the predicate expression
Public methodExists(Query) Get true if collection contains at least 1 document that satisfies the predicate expression
Public methodExists(String, BsonDocument) Get true if collection contains at least 1 document that satisfies the predicate expression
Public methodExists(String, BsonValue) Get true if collection contains at least 1 document that satisfies the predicate expression
Top
See Also