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

    Namespace: DevExpress.EntityFrameworkCore.Security

    Assembly: DevExpress.EntityFrameworkCore.Security.v26.1.dll

    Declaration

    public override IObjectSpace CreateUpdatingObjectSpace(
        bool allowUpdateSchema
    )

    Parameters

    Name Type
    allowUpdateSchema Boolean

    Returns

    Type
    IObjectSpace
    See Also