IInternalServiceCollectionMap Interface
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.
Exposes methods allowing providers to register EF service dependency objects on the internal service provider.
This type is typically used by database providers (and other extensions). It is generally not used in application code.
public interface IInternalServiceCollectionMap
type IInternalServiceCollectionMap = interface
Public Interface IInternalServiceCollectionMap
Remarks
See Implementation of database providers and extensions for more information and examples.
Methods
AddDependencyScoped<TDependencies>() |
Adds a Scoped dependency object. |
AddDependencySingleton<TDependencies>() |
Adds a Singleton dependency object. |
Applies to
Entity Framework