Skip to main content
All docs
V25.2
  • SecuredEFCoreObjectSpaceProvider<TDbContext>.CreateUpdatingObjectSpace(Boolean) Method

    Namespace: DevExpress.EntityFrameworkCore.Security

    Assembly: DevExpress.EntityFrameworkCore.Security.v25.2.dll

    NuGet Package: DevExpress.ExpressApp.EFCore

    Declaration

    public override IObjectSpace CreateUpdatingObjectSpace(
        bool allowUpdateSchema
    )

    Parameters

    Name Type
    allowUpdateSchema Boolean

    Returns

    Type
    IObjectSpace
    See Also