Click or drag to resize

LiteCollectionTExists(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#
public bool Exists(
	Query query
)

Parameters

query  Query
 

Return Value

Boolean

Implements

ILiteCollectionTExists(Query)
See Also