IObjectSpaceProvider.CreateUpdatingObjectSpace(Boolean) Method
Instantiates an Object Space to be used to update the database.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Parameters
Name | Type | Description |
---|---|---|
allowUpdateSchema | Boolean | true, to allow schema updates; otherwise, false. |
Returns
Type | Description |
---|---|
IObjectSpace | An IObjectSpace object representing the instantiated Object Space that can be used to update the database. |
See Also