DataStoreBase.UpdateSchema(DBTable[]) Method
In This Article
Updates a data store’s schema according to specified settings.
Namespace: DevExpress.Xpo.DB
Assembly: DevExpress.Data.v24.2.dll
NuGet Package: DevExpress.Data
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
tables | DBTable[] | An array of tables whose structure should be saved in the data store. |
See Also