Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

XPObjectSpaceProvider.CreateUpdatingObjectSpace(Boolean) Method

Instantiates an Object Space to be used to update the database.

Namespace: DevExpress.ExpressApp.Xpo

Assembly: DevExpress.ExpressApp.Xpo.v20.2.dll

NuGet Package: DevExpress.ExpressApp.Xpo

Declaration

public IObjectSpace CreateUpdatingObjectSpace(
    bool allowUpdateSchema
)

Parameters

Name Type Description
allowUpdateSchema Boolean

true, to allow schema updates; otherwise, false.

Returns

Type Description
IObjectSpace

An IObjectSpace object that is the instantiated Object Space that can be used to update the database.

See Also