RuntimeTypeBase.BaseType Property

Definition

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

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

Property Value

Applies to