System.Data.Entity.Infrastructure.DependencyResolution Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Classes
DbConfigurationLoadedEventArgs |
Event arguments passed to Loaded event handlers. |
DbDependencyResolverExtensions |
Extension methods to call the GetService(Type, Object) method using a generic type parameter and/or no name. |
ExecutionStrategyResolver<T> |
An IDbDependencyResolver implementation used for resolving IDbExecutionStrategy factories. |
SingletonDependencyResolver<T> |
Implements IDbDependencyResolver to resolve a dependency such that it always returns the same instance. |
TransactionHandlerResolver |
An IDbDependencyResolver implementation used for resolving TransactionHandler factories. |
Interfaces
IDbDependencyResolver |
This interface is implemented by any object that can resolve a dependency, either directly or through use of an external container. |
Entity Framework