RuntimeEntityType.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.

Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType? Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType.BaseType { [System.Diagnostics.DebuggerStepThrough] get; }
[<get: System.Diagnostics.DebuggerStepThrough>]
member this.Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType.BaseType : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType
 ReadOnly Property BaseType As IReadOnlyEntityType Implements IReadOnlyEntityType.BaseType

Property Value

Implements

Attributes

Applies to