次の方法で共有


IEntityType.BaseType プロパティ

定義

このエンティティ型のベース型を取得します。 継承階層の null 派生型でない場合は を返します。

public Microsoft.EntityFrameworkCore.Metadata.IEntityType BaseType { get; }
public Microsoft.EntityFrameworkCore.Metadata.IEntityType? BaseType { get; }
member this.BaseType : Microsoft.EntityFrameworkCore.Metadata.IEntityType
Public ReadOnly Property BaseType As IEntityType

プロパティ値

適用対象