IConventionEntityType.BaseType 属性

定义

获取此实体类型的基类型。 null如果这不是继承层次结构中的派生类型,则返回 。

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

属性值

适用于