EntityTypeConfigurationAttribute(Type) Конструктор

Определение

Инициализирует новый экземпляр класса EntityTypeConfigurationAttribute.

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

Параметры

entityConfigurationType
Type

Используемый тип IEntityTypeConfiguration<> .

Применяется к