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

DataStoreBase.UpdateSchema(DBTable[]) Method

Updates a data store’s schema according to specified settings.

Namespace: DevExpress.Xpo.DB

Assembly: DevExpress.Data.v21.1.dll

NuGet Package: DevExpress.Data

Declaration

public void UpdateSchema(
    params DBTable[] tables
)

Parameters

Name Type Description
tables DBTable[]

An array of tables whose structure should be saved in the data store.

See Also