Aracılığıyla paylaş


ConventionEntityTypeExtensions.GetAllBaseTypesInclusive Yöntem

Tanım

Yukarıdan aşağıya türü dahil olmak üzere verilen IEntityTypeöğesinin tüm temel türlerini 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

Temel türler.

Şunlara uygulanır