Share via


DesignTimeProviderServicesAttribute(String) Constructor

Definition

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