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.

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

Property Value

Applies to