次の方法で共有


IMutableEntityType.BaseType プロパティ

定義

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

public Microsoft.EntityFrameworkCore.Metadata.IMutableEntityType BaseType { get; set; }
public Microsoft.EntityFrameworkCore.Metadata.IMutableEntityType? BaseType { get; set; }
member this.BaseType : Microsoft.EntityFrameworkCore.Metadata.IMutableEntityType with get, set
Public Property BaseType As IMutableEntityType

プロパティ値

適用対象