Click or drag to resize

QueryAnyLT Method

Returns all documents for which at least one value in arrayFields are less tha to value (<)

Namespace: Internal.LiteDB
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public BsonExpression LT(
	string arrayField,
	BsonValue value
)

Parameters

arrayField  String
 
value  BsonValue
 

Return Value

BsonExpression
See Also