Session.UpdateSchema(Assembly[]) Method
Updates the storage schema according to the class descriptions that are listed in the specified assemblies.
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v24.1.dll
NuGet Packages: DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap, DevExpress.Xpo
NuGet Package: DevExpress.Xpo
Declaration
Parameters
Name | Type | Description |
---|---|---|
assemblies | Assembly[] | An array of Assembly objects that represent the assemblies used to scan for persistent objects. |
Remarks
This method creates the database schema objects used for storing persistent objects that are defined in the specified assemblies. This can be useful when the assemblies are dynamically loaded by the application.
See Also