ILiteCollectionTExists(String, BsonDocument) Method |
Returns true if query returns any document. This method does not deserialize any document. Needs indexes on query expression
Namespace: Internal.LiteDBAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxbool Exists(
string predicate,
BsonDocument parameters
)
Parameters
- predicate String
-
- parameters BsonDocument
-
Return Value
Boolean
See Also