Show / Hide Table of Contents

    IDataStore<TModel>.FindAll Method

    .NET Standard 2.x

    Finds all of the rows in the specified buffer of the DataStore in which data meets the condition specified by the expression.

    Namespace: DWNet.Data

    Assembly: DWNet.Data.dll

    Overloads

    Method Description
    FindAll(Predicate<TModel> predicate) Finds all of the rows in the specified buffer of the DataStore in which data meets the condition specified by the expression.
    FindAll(Predicate<TModel> predicate, bool calcCompute) Finds all of the rows in the specified buffer of the DataStore in which data meets the condition specified by the expression.
    Back to top Generated by Appeon