NeoAxis Documentation
NeoAxis Documentation
API Reference
Internal.LiteDB
LiteCollection<T> Class
LiteCollection<T> Methods
Exists Method
Exists(BsonExpression) Method
Exists(Expression<Func<T, Boolean>>) Method
Exists(Query) Method
Exists(String, BsonDocument) Method
Exists(String, BsonValue[]) Method
Lite
Collection
T
Exists(Query) Method
Get true if collection contains at least 1 document that satisfies the predicate expression
Namespace:
Internal.LiteDB
Assembly:
NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
Copy
public
bool
Exists
(
Query
query
)
Parameters
query
Query
Return Value
Boolean
Implements
ILiteCollection
T
Exists(Query)
See Also
Reference
LiteCollection
T
Class
Exists Overload
Internal.LiteDB Namespace
Copyright 2026 NeoAxis Group. All rights reserved.