Skip to main content
All docs
V25.2
  • EFCoreObjectSpaceProviderOptionsBuilder.ConfigureObjectSpaceProvider Property

    Allows you to customize EFCoreObjectSpaceProvider<TDbContext>.

    Namespace: DevExpress.ExpressApp.ApplicationBuilder

    Assembly: DevExpress.ExpressApp.EFCore.v25.2.dll

    NuGet Package: DevExpress.ExpressApp.EFCore

    Declaration

    public Action<IObjectSpaceProvider, IServiceProvider> ConfigureObjectSpaceProvider { get; set; }

    Property Value

    Type Description
    Action<IObjectSpaceProvider, IServiceProvider>

    The delegate that allows you to customize the EFCoreObjectSpaceProvider<TDbContext>.

    See Also