MutableEntityTypeExtensions.GetRootType(IMutableEntityType) 方法

定義

取得指定實體類型的根基底類型。

public static Microsoft.EntityFrameworkCore.Metadata.IMutableEntityType GetRootType (this Microsoft.EntityFrameworkCore.Metadata.IMutableEntityType entityType);
static member GetRootType : Microsoft.EntityFrameworkCore.Metadata.IMutableEntityType -> Microsoft.EntityFrameworkCore.Metadata.IMutableEntityType
<Extension()>
Public Function GetRootType (entityType As IMutableEntityType) As IMutableEntityType

參數

entityType
IMutableEntityType

實體類型。

傳回

根基底類型。 如果指定的實體類型不是衍生類型,則會傳回相同的實體類型。

適用於