Click or drag to resize

QueryGT Method

Returns all document that value are greater than value (>)

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

Parameters

field  String
 
value  BsonValue
 

Return Value

BsonExpression
See Also