IDataStore.Max Method
.NET Standard 2.x
Invokes a transform function on each row of the primary buffer in the DataStore and returns the maximum result value.
Namespace: DWNet.Data
Assembly: DWNet.Data.dll
Overloads
Method | Description |
---|---|
Max<TModel, TResult>(Func<TModel, TResult> selector) | Invokes a transform function on each row of the primary buffer in the DataStore and returns the maximum result value. |
Max<TModel, TResult>(Func<TModel, TResult> selector, Predicate<TModel> predicate) | Invokes a transform function on each row (that satisfies the condition specified by Predicate<TModel> ) in the primary buffer of the DataStore and returns the maximum result value. |