DbDependencyResolverExtensions Class
Definition
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.
Extension methods to call the GetService(Type, Object) method using a generic type parameter and/or no name.
public static class DbDependencyResolverExtensions
type DbDependencyResolverExtensions = class
Public Module DbDependencyResolverExtensions
- Inheritance
-
DbDependencyResolverExtensions
Methods
GetService(IDbDependencyResolver, Type) |
Calls GetService(Type, Object) passing the given type argument and using null for the name argument. |
GetService<T>(IDbDependencyResolver, Object) |
Calls GetService(Type, Object) passing the generic type of the method and the given name as arguments. |
GetService<T>(IDbDependencyResolver) |
Calls GetService(Type, Object) passing the generic type of the method as the type argument and null for the name argument. |
GetServices(IDbDependencyResolver, Type) |
Calls GetServices(Type, Object) passing the given type argument and using null for the name argument. |
GetServices<T>(IDbDependencyResolver, Object) |
Calls GetServices(Type, Object) passing the generic type of the method and the given name as arguments. |
GetServices<T>(IDbDependencyResolver) |
Calls GetServices(Type, Object) passing the generic type of the method as the type argument and null for the name argument. |
Applies to
Entity Framework