Skip to main content
All docs
V26.1
  • IMiddleTierClient<TDbContext>.ServiceProvider Property

    Returns an internal service provider that Middle Tier client uses.

    Namespace: DevExpress.ExpressApp.ApplicationBuilder

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

    Declaration

    IServiceProvider ServiceProvider { get; }

    Property Value

    Type Description
    IServiceProvider

    An object that

    See Also