DbDependencyResolverExtensions Class
Extension methods to call the GetService method using a generic type parameter and/or no name.
Assembly: EntityFramework (in EntityFramework.dll)
Name | Description | |
---|---|---|
![]() ![]() | GetService(IDbDependencyResolver, Type) | Calls GetService passing the given type argument and using null for the name argument. |
![]() ![]() | GetService<T>(IDbDependencyResolver) | Calls GetService passing the generic type of the method as the type argument and null for the name argument. |
![]() ![]() | GetService<T>(IDbDependencyResolver, Object) | Calls GetService passing the generic type of the method and the given name as arguments. |
![]() ![]() | GetServices(IDbDependencyResolver, Type) | Calls GetServices passing the given type argument and using null for the name argument. |
![]() ![]() | GetServices<T>(IDbDependencyResolver) | Calls GetServices passing the generic type of the method as the type argument and null for the name argument. |
![]() ![]() | GetServices<T>(IDbDependencyResolver, Object) | Calls GetServices passing the generic type of the method and the given name as arguments. |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.