IMutableEntityType.BaseType Property

Definition

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

public Microsoft.EntityFrameworkCore.Metadata.IMutableEntityType BaseType { get; set; }
public Microsoft.EntityFrameworkCore.Metadata.IMutableEntityType? BaseType { get; set; }
member this.BaseType : Microsoft.EntityFrameworkCore.Metadata.IMutableEntityType with get, set
Public Property BaseType As IMutableEntityType

Property Value

Applies to