Skip to main content
All docs
V25.1
  • .NET Framework 4.6.2+

    NonPersistentObjectSpaceProvider.CreateUpdatingObjectSpace(Boolean) Method

    This method is added to support the IObjectSpaceProvider interface and raises NotImplementedException.

    Namespace: DevExpress.ExpressApp

    Assembly: DevExpress.ExpressApp.v25.1.dll

    NuGet Package: DevExpress.ExpressApp

    Declaration

    public virtual IObjectSpace CreateUpdatingObjectSpace(
        bool allowUpdateSchema
    )

    Parameters

    Name Type Description
    allowUpdateSchema Boolean

    true if the schema update is allowed; otherwise, false.

    Returns

    Type Description
    IObjectSpace

    An initialized Object Space to be used to update the database.

    See Also