Share via


IConventionEntityType.GetRootType メソッド

定義

このエンティティ型のルート基本型を取得します。

public virtual Microsoft.EntityFrameworkCore.Metadata.IConventionEntityType GetRootType ();
abstract member GetRootType : unit -> Microsoft.EntityFrameworkCore.Metadata.IConventionEntityType
override this.GetRootType : unit -> Microsoft.EntityFrameworkCore.Metadata.IConventionEntityType
Public Overridable Function GetRootType () As IConventionEntityType

戻り値

ルートの基本型。 このエンティティ型が派生型でない場合は、同じエンティティ型が返されます。

適用対象