Skip to main content
A newer version of this page is available. .

IDataStoreAsync.UpdateSchemaAsync(CancellationToken, Boolean, DBTable[]) Method

Namespace: DevExpress.Xpo.DB

Assembly: DevExpress.Data.v20.2.dll

NuGet Packages: DevExpress.Data, DevExpress.WindowsDesktop.Data

Declaration

Task<UpdateSchemaResult> UpdateSchemaAsync(
    CancellationToken cancellationToken,
    bool doNotCreateIfFirstTableNotExist,
    params DBTable[] tables
)

Parameters

Name Type
cancellationToken CancellationToken
doNotCreateIfFirstTableNotExist Boolean
tables DBTable[]

Returns

Type
Task<UpdateSchemaResult>
See Also