EntityTypeConfigurationAttribute(Type) Constructor

Definition

Initializes a new instance of the EntityTypeConfigurationAttribute class.

public EntityTypeConfigurationAttribute (Type entityConfigurationType);
new Microsoft.EntityFrameworkCore.EntityTypeConfigurationAttribute : Type -> Microsoft.EntityFrameworkCore.EntityTypeConfigurationAttribute
Public Sub New (entityConfigurationType As Type)

Parameters

entityConfigurationType
Type

The IEntityTypeConfiguration<> type to use.

Applies to