Click or drag to resize

LiteCollectionTMin(BsonExpression) Method

Returns the min value from specified key value in collection

Namespace: Internal.LiteDB
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public BsonValue Min(
	BsonExpression keySelector
)

Parameters

keySelector  BsonExpression
 

Return Value

BsonValue

Implements

ILiteCollectionTMin(BsonExpression)
See Also