IConventionEntityType.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.IConventionEntityType BaseType { get; }
public Microsoft.EntityFrameworkCore.Metadata.IConventionEntityType? BaseType { get; }
member this.BaseType : Microsoft.EntityFrameworkCore.Metadata.IConventionEntityType
Public ReadOnly Property BaseType As IConventionEntityType

Property Value

Applies to