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

IObjectSpaceProvider.UpdateSchema() Method

Updates the storage schema according to the class descriptions that are listed in the assemblies that have been loaded into the application domain.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v19.1.dll

Declaration

void UpdateSchema()

Remarks

This method is used by the Database Updater to update the database schema during update.

See Also