Show / Hide Table of Contents

    ISqlModelMapper.LoadAllAsync Method

    .NET Standard 2.x

    Asynchronously retrieves data from the database according to the SQL query (without the Where clause) defined by the primary table in a TModel class.

    Namespace: SnapObjects.Data

    Assembly: SnapObjects.Data.dll

    Overloads

    Method Description
    LoadAllAsync<TModel>() Asynchronously retrieves data from the database according to the SQL query (without the Where clause) defined by the primary table in a TModel class.
    LoadAllAsync<TModel>(CancellationToken cancellationToken) Asynchronously retrieves data from the database according to the SQL query (without the Where clause) defined by the primary table in a TModel class.
    Back to top Generated by Appeon