Show / Hide Table of Contents

    IDataStore.GetModel Method

    .NET Standard 2.x

    Obtains the TModel object of the specified row.

    Namespace: DWNet.Data

    Assembly: DWNet.Data.dll

    Overloads

    Method Description
    GetModel<TModel>(int row) Obtains the TModel object of the specified row.
    GetModel<<TModel>(int row, bool calcCompute) Obtains the TModel object of the specified row.
    Back to top Generated by Appeon