EntityTypeConfigurationAttribute(Type) 建構函式

定義

初始化 EntityTypeConfigurationAttribute 類別的新執行個體。

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

參數

entityConfigurationType
Type

要使用的 IEntityTypeConfiguration <> 類型。

適用於