Click or drag to resize

QueryBetween Method

Returns all document that values are between "start" and "end" values (BETWEEN)

Namespace: Internal.LiteDB
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public static BsonExpression Between(
	string field,
	BsonValue start,
	BsonValue end
)

Parameters

field  String
 
start  BsonValue
 
end  BsonValue
 

Return Value

BsonExpression
See Also