Skip to main content
All docs
V25.2
  • DbContextServiceBasedBuilder<TContext>.GetDbContextFactory Property

    For internal use.

    Namespace: DevExpress.ExpressApp.ApplicationBuilder

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

    NuGet Package: DevExpress.ExpressApp.EFCore

    Declaration

    public Func<IServiceProvider, object> GetDbContextFactory { get; set; }

    Property Value

    Type
    Func<IServiceProvider, Object>
    See Also