Delen via


IReadOnlyEntityType.BaseType Property

Definition

Gets the base type of this entity type. Returns null if this is not a derived type in an inheritance hierarchy.

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

Property Value

Applies to