Click or drag to resize

LiteCollectionTMaxK(ExpressionFuncT, K) Method

Returns the last/max field using a linq expression

Namespace: Internal.LiteDB
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public K Max<K>(
	Expression<Func<T, K>> keySelector
)

Parameters

keySelector  ExpressionFuncT, K
 

Type Parameters

K

Return Value

K

Implements

ILiteCollectionTMaxK(ExpressionFuncT, K)
See Also