ILiteCollectionTMinK(ExpressionFuncT, K) Method |
Returns the min value from specified key value in collection
Namespace: Internal.LiteDBAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
SyntaxK Min<K>(
Expression<Func<T, K>> keySelector
)
Parameters
- keySelector ExpressionFuncT, K
-
Type Parameters
- K
Return Value
K
See Also