Show / Hide Table of Contents

    IDataStore<TModel>.Find Method

    .NET Standard 2.x

    Finds the next row in the specified buffer of the DataStore in which data meets the condition specified by the expression and returns TModel.

    Namespace: DWNet.Data

    Assembly: DWNet.Data.dll

    Overloads

    Method Description
    Find(Predicate<TModel> predicate, DwBuffer bufferType = DwBuffer.Primary)) Finds the next row in the specified buffer of the DataStore in which data meets the condition specified by the expression.
    Find(Predicate<TModel> predicate, bool calcCompute, DwBuffer bufferType = DwBuffer.Primary)) Finds the next row in the specified buffer of the DataStore in which data meets the condition specified by the expression.
    Back to top Generated by Appeon