ConventionEntityTypeExtensions.GetAllBaseTypesInclusive(IConventionEntityType) Yöntem

Tanım

Türün kendisi de dahil olmak üzere IEntityType verilen tüm temel türlerini üstten aşağıya döndürür.

public static System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.IConventionEntityType> GetAllBaseTypesInclusive (this Microsoft.EntityFrameworkCore.Metadata.IConventionEntityType entityType);
static member GetAllBaseTypesInclusive : Microsoft.EntityFrameworkCore.Metadata.IConventionEntityType -> seq<Microsoft.EntityFrameworkCore.Metadata.IConventionEntityType>
<Extension()>
Public Function GetAllBaseTypesInclusive (entityType As IConventionEntityType) As IEnumerable(Of IConventionEntityType)

Parametreler

entityType
IConventionEntityType

Varlık türü.

Döndürülenler

IEnumerable<IConventionEntityType>

Temel türler.

Şunlara uygulanır