Click or drag to resize

ILiteCollectionTExists Method

Overload List
 NameDescription
Public methodExists(BsonExpression) Returns true if query returns any document. This method does not deserialize any document. Needs indexes on query expression
Public methodExists(ExpressionFuncT, Boolean) Returns true if query returns any document. This method does not deserialize any document. Needs indexes on query expression
Public methodExists(Query) Returns true if query returns any document. This method does not deserialize any document. Needs indexes on query expression
Public methodExists(String, BsonDocument) Returns true if query returns any document. This method does not deserialize any document. Needs indexes on query expression
Public methodExists(String, BsonValue) Returns true if query returns any document. This method does not deserialize any document. Needs indexes on query expression
Top
See Also