DbConfigurationLoadedEventArgs.DependencyResolver Property

 

Gets a snapshot of the IDbDependencyResolver that is about to be locked. Use the GetService methods on this object to get services that have been registered.

Namespace:   System.Data.Entity.Infrastructure.DependencyResolution
Assembly:  EntityFramework (in EntityFramework.dll)

public IDbDependencyResolver DependencyResolver { get; }

Property Value

Type: System.Data.Entity.Infrastructure.DependencyResolution.IDbDependencyResolver

A snapshot of the IDbDependencyResolver that is about to be locked.