DataStoreBase.UpdateSchema(DBTable[]) Method
Updates a data store’s schema according to specified settings.
Namespace: DevExpress.Xpo.DB
Assembly: DevExpress.Data.v25.1.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