Click or drag to resize

LiteCollectionTExists(ExpressionFuncT, Boolean) 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(
	Expression<Func<T, bool>> predicate
)

Parameters

predicate  ExpressionFuncT, Boolean
 

Return Value

Boolean

Implements

ILiteCollectionTExists(ExpressionFuncT, Boolean)
See Also