Skip to main content

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

Namespace: DevExpress.Xpo.DB

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.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