Skip to main content
All docs
V25.2
  • IMiddleTierClient<TDbContext>.ServiceProvider Property

    Returns an internal service provider that Middle Tier client uses.

    Namespace: DevExpress.ExpressApp.ApplicationBuilder

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

    NuGet Package: DevExpress.ExpressApp.EFCore

    Declaration

    IServiceProvider ServiceProvider { get; }

    Property Value

    Type Description
    IServiceProvider

    An object that

    See Also