RuntimeEntityType.IEntityType.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.IEntityType? Microsoft.EntityFrameworkCore.Metadata.IEntityType.BaseType { [System.Diagnostics.DebuggerStepThrough] get; }
[<get: System.Diagnostics.DebuggerStepThrough>]
member this.Microsoft.EntityFrameworkCore.Metadata.IEntityType.BaseType : Microsoft.EntityFrameworkCore.Metadata.IEntityType
 ReadOnly Property BaseType As IEntityType Implements IEntityType.BaseType

Property Value

Implements

Attributes

Applies to