IDataStore<TModel>.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(Func<TModel, long> selector) | Invokes a transform function on each row of the primary buffer in the DataStore and returns the maximum result value. |
Max(Func<TModel, decimal?> selector) | Invokes a transform function on each row of the primary buffer in the DataStore and returns the maximum result value. |
Max(Func<TModel, double?> selector) | Invokes a transform function on each row of the primary buffer in the DataStore and returns the maximum result value. |
Max(Func<TModel, float> selector) | Invokes a transform function on each row of the primary buffer in the DataStore and returns the maximum result value. |
Max(Func<TModel, long?> selector) | Invokes a transform function on each row of the primary buffer in the DataStore and returns the maximum result value. |
Max(Func<TModel, float?> selector) | Invokes a transform function on each row of the primary buffer in the DataStore and returns the maximum result value. |
Max(Func<TModel, int> selector) | Invokes a transform function on each row of the primary buffer in the DataStore and returns the maximum result value. |
Max(Func<TModel, int?> selector) | Invokes a transform function on each row of the primary buffer in the DataStore and returns the maximum result value. |
Max(Func<TModel, double> selector) | Invokes a transform function on each row of the primary buffer in the DataStore and returns the maximum result value. |
Max(Func<TModel, decimal> selector) | Invokes a transform function on each row of the primary buffer in the DataStore and returns the maximum result value. |
Max(Func<TModel, long> selector, Predicate<TModel> predicate) | Invokes a transform function on each row of the primary buffer in the DataStore and returns the maximum result value. |
Max(Func<TModel, decimal?> selector, Predicate<TModel> predicate) | Invokes a transform function on each row of the primary buffer in the DataStore and returns the maximum result value. |
Max(Func<TModel, double?> selector, Predicate<TModel> predicate) | Invokes a transform function on each row of the primary buffer in the DataStore and returns the maximum result value. |
Max(Func<TModel, float> selector, Predicate<TModel> predicate) | Invokes a transform function on each row of the primary buffer in the DataStore and returns the maximum result value. |
Max(Func<TModel, long?> selector, Predicate<TModel> predicate) | Invokes a transform function on each row of the primary buffer in the DataStore and returns the maximum result value. |
Max(Func<TModel, float?> selector, Predicate<TModel> predicate) | Invokes a transform function on each row of the primary buffer in the DataStore and returns the maximum result value. |
Max(Func<TModel, int> selector, Predicate<TModel> predicate) | Invokes a transform function on each row of the primary buffer in the DataStore and returns the maximum result value. |
Max(Func<TModel, int?> selector, Predicate<TModel> predicate) | Invokes a transform function on each row of the primary buffer in the DataStore and returns the maximum result value. |
Max(Func<TModel, double> selector, Predicate<TModel> predicate) | Invokes a transform function on each row of the primary buffer in the DataStore and returns the maximum result value. |
Max(Func<TModel, decimal> selector, Predicate<TModel> predicate) | Invokes a transform function on each row of the primary buffer in the DataStore and returns the maximum result value. |