ConventionEntityTypeExtensions.GetRootType(IConventionEntityType) Method

Definition

Gets the root base type for a given entity type.

public static Microsoft.EntityFrameworkCore.Metadata.IConventionEntityType GetRootType (this Microsoft.EntityFrameworkCore.Metadata.IConventionEntityType entityType);
static member GetRootType : Microsoft.EntityFrameworkCore.Metadata.IConventionEntityType -> Microsoft.EntityFrameworkCore.Metadata.IConventionEntityType
<Extension()>
Public Function GetRootType (entityType As IConventionEntityType) As IConventionEntityType

Parameters

entityType
IConventionEntityType

The entity type.

Returns

The root base type. If the given entity type is not a derived type, then the same entity type is returned.

Applies to