Skip to main content
.NET 6.0+

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.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

void UpdateSchema()

Remarks

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

See Also