EntityTypeConfigurationAttribute(Type) 생성자

정의

EntityTypeConfigurationAttribute 클래스의 새 인스턴스를 초기화합니다.

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

매개 변수

entityConfigurationType
Type

사용할 IEntityTypeConfiguration<> 형식입니다.

적용 대상