ILiteCollectionTExists(String, BsonValue) 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,
params BsonValue[] args
)
Parameters
- predicate String
-
- args BsonValue
-
Return Value
Boolean
See Also