Click or drag to resize

LiteCollectionTExists(String, BsonValue) 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(
	string predicate,
	params BsonValue[] args
)

Parameters

predicate  String
 
args  BsonValue
 

Return Value

Boolean

Implements

ILiteCollectionTExists(String, BsonValue)
See Also