EntityTypeExtensions.GetRootType(IEntityType) 方法

定義

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

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

參數

entityType
IEntityType

要尋找根目錄的型別。

傳回

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

適用於