ILiteCollectionTExists(Query) 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(
Query query
)
Parameters
- query Query
-
Return Value
Boolean
See Also