DbConfigurationLoadedEventArgs.AddDefaultResolver Method (IDbDependencyResolver)
Adds a IDbDependencyResolver instance to the Chain of Responsibility of resolvers that are used to resolve dependencies needed by the Entity Framework. Unlike the AddDependencyResolver method, this method puts the resolver at the bottom of the Chain of Responsibility such that it will only be used to resolve a dependency that could not be resolved by any of the other resolvers.
Assembly: EntityFramework (in EntityFramework.dll)
Parameters
- resolver
-
Type:
System.Data.Entity.Infrastructure.DependencyResolution.IDbDependencyResolver
The resolver to add.