IObjectSpaceProvider.CreateUpdatingObjectSpace(Boolean) Method
In This Article
Instantiates an Object Space to be used to update the database.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v24.2.dll
NuGet Package: DevExpress.ExpressApp
#Declaration
IObjectSpace CreateUpdatingObjectSpace(
bool allowUpdateSchema
)
#Parameters
Name | Type | Description |
---|---|---|
allow |
Boolean | true, to allow schema updates; otherwise, false. |
#Returns
Type | Description |
---|---|
IObject |
An IObject |
See Also