Click or drag to resize

ILiteCollectionTExists(String, BsonDocument) Method

Returns true if query returns any document. This method does not deserialize any document. Needs indexes on query expression

Namespace: Internal.LiteDB
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
bool Exists(
	string predicate,
	BsonDocument parameters
)

Parameters

predicate  String
 
parameters  BsonDocument
 

Return Value

Boolean
See Also