DesignTimeProviderServicesAttribute(String) Constructor
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.
Initializes a new instance of the DesignTimeProviderServicesAttribute class.
public DesignTimeProviderServicesAttribute (string typeName);
new Microsoft.EntityFrameworkCore.Design.DesignTimeProviderServicesAttribute : string -> Microsoft.EntityFrameworkCore.Design.DesignTimeProviderServicesAttribute
Public Sub New (typeName As String)
Parameters
- typeName
- String
The name of the type that can be used to add the database providers design time services to a ServiceCollection. This type should implement IDesignTimeServices.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Entity Framework