Aracılığıyla paylaş


EntityTypeExtensions.GetAllBaseTypesInclusive(IEntityType) Yöntem

Tanım

Türün kendisi de dahil olmak üzere, yukarıdan aşağıya verilen IEntityTypetüm temel türlerini döndürür.

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

Parametreler

entityType
IEntityType

Varlık türü.

Döndürülenler

Temel türler.

Şunlara uygulanır