Share via


EntityTypeConfigurationAttribute(Type) コンストラクター

定義

EntityTypeConfigurationAttribute クラスの新しいインスタンスを初期化します。

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

パラメーター

entityConfigurationType
Type

使用する IEntityTypeConfiguration<> 型。

適用対象