Aracılığıyla paylaş


EntityTypeExtensions.GetAllBaseTypesAscending(IEntityType) Yöntem

Tanım

En yakın varlık türünden başlayarak belirli bir varlık türünün türetildiği modeldeki tüm türleri alır.

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

Parametreler

entityType
IEntityType

Varlık türü.

Döndürülenler

Temel türler.

Şunlara uygulanır