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