Click or drag to resize

LiteCollectionTMax(BsonExpression) Method

Returns the max 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 Max(
	BsonExpression keySelector
)

Parameters

keySelector  BsonExpression
 

Return Value

BsonValue

Implements

ILiteCollectionTMax(BsonExpression)
See Also