NonPersistentObjectSpaceProvider.CreateUpdatingObjectSpace(Boolean) Method
In This Article
This method is added to support the IObjectSpaceProvider interface and raises NotImplementedException.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v24.2.dll
NuGet Package: DevExpress.ExpressApp
#Declaration
public virtual IObjectSpace CreateUpdatingObjectSpace(
bool allowUpdateSchema
)
#Parameters
Name | Type | Description |
---|---|---|
allow |
Boolean | true if the schema update is allowed; otherwise, false. |
#Returns
Type | Description |
---|---|
IObject |
An initialized Object Space to be used to update the database. |
#Implements
See Also