Skip to main content
All docs
V25.1
  • ConnectionProviderSql.UpdateSchemaAsync(CancellationToken, Boolean, DBTable[]) Method

    Namespace: DevExpress.Xpo.DB

    Assembly: DevExpress.Data.v25.1.dll

    NuGet Package: DevExpress.Data

    Declaration

    public override 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