Show / Hide Table of Contents

    IDataStore<TModel>.Min Method

    .NET Standard 2.x

    Invokes a transform function on each row of the primary buffer in the DataStore and returns the minimum result value.

    Namespace: DWNet.Data

    Assembly: DWNet.Data.dll

    Overloads

    Method Description
    Min(Func<TModel, long> selector) Invokes a transform function on each row of the primary buffer in the DataStore and returns the minimum result value.
    Min(Func<TModel, decimal?> selector) Invokes a transform function on each row of the primary buffer in the DataStore and returns the minimum result value.
    Min(Func<TModel, double?> selector) Invokes a transform function on each row of the primary buffer in the DataStore and returns the minimum result value.
    Min(Func selector) Invokes a transform function on each row of the primary buffer in the DataStore and returns the minimum result value.
    Min(Func<TModel, long?> selector) Invokes a transform function on each row of the primary buffer in the DataStore and returns the minimum result value.
    Min(Func<TModel, float?> selector) Invokes a transform function on each row of the primary buffer in the DataStore and returns the minimum result value.
    Min(Func<TModel, int> selector) Invokes a transform function on each row of the primary buffer in the DataStore and returns the minimum result value.
    Min(Func<TModel, int?> selector) Invokes a transform function on each row of the primary buffer in the DataStore and returns the minimum result value.
    Min(Func<TModel, double> selector) Invokes a transform function on each row of the primary buffer in the DataStore and returns the minimum result value.
    Min(Func<TModel, decimal> selector) Invokes a transform function on each row of the primary buffer in the DataStore and returns the minimum result value.
    Min(Func<TModel, long> selector, Predicate<TModel> predicate) Invokes a transform function on each row of the primary buffer in the DataStore and returns the minimum result value.
    Min(Func<TModel, decimal?> selector, Predicate<TModel> predicate) Invokes a transform function on each row of the primary buffer in the DataStore and returns the minimum result value.
    Min(Func<TModel, double?> selector, Predicate<TModel> predicate) Invokes a transform function on each row of the primary buffer in the DataStore and returns the minimum result value.
    Min(Func<TModel, float> selector, Predicate<TModel> predicate) Invokes a transform function on each row of the primary buffer in the DataStore and returns the minimum result value.
    Min(Func<TModel, long?> selector, Predicate<TModel> predicate) Invokes a transform function on each row of the primary buffer in the DataStore and returns the minimum result value.
    Min(Func<TModel, float?> selector, Predicate<TModel> predicate) Invokes a transform function on each row of the primary buffer in the DataStore and returns the minimum result value.
    Min(Func<TModel, int> selector, Predicate<TModel> predicate) Invokes a transform function on each row of the primary buffer in the DataStore and returns the minimum result value.
    Min(Func<TModel, int?> selector, Predicate<TModel> predicate) Invokes a transform function on each row of the primary buffer in the DataStore and returns the minimum result value.
    Min(Func<TModel, double> selector, Predicate<TModel> predicate) Invokes a transform function on each row of the primary buffer in the DataStore and returns the minimum result value.
    Min(Func<TModel, decimal> selector, Predicate<TModel> predicate) Invokes a transform function on each row of the primary buffer in the DataStore and returns the minimum result value.
    Back to top Generated by Appeon