Show / Hide Table of Contents

    IDataStoreBases.UpdateAsync Method

    .NET Standard 2.x

    Asynchronously updates the database with the changes made in the DataStore.

    Namespace: DWNet.Data

    Assembly: DWNet.Data.dll

    Overloads

    Method Description
    UpdateAsync(bool resetFlag = true) Asynchronously updates the database with the changes made in the DataStore.
    UpdateAsync(CancellationToken cancellationToken) Asynchronously updates the database with the changes made in the DataStore.
    UpdateAsync(bool resetFlag, CancellationToken cancellationToken) Asynchronously updates the database with the changes made in the DataStore.
    UpdateAsync(UpdateSqlStrategy updateSqlStrategy, bool resetFlag = true) Asynchronously updates the database with the changes made in the DataStore.
    UpdateAsync(UpdateSqlStrategy updateSqlStrategy, CancellationToken cancellationToken) Asynchronously updates the database with the changes made in the DataStore.
    UpdateAsync(UpdateSqlStrategy updateSqlStrategy, bool resetFlag, CancellationToken cancellationToken) Asynchronously updates the database with the changes made in the DataStore.
    Back to top Generated by Appeon