MutableEntityTypeExtensions.GetAllBaseTypesAscending(IMutableEntityType) Yöntem

Tanım

En yakın varlık türüyle başlayarak, modelde verilen varlık türünün türet olduğu tüm türleri alır.

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

Parametreler

entityType
IMutableEntityType

Varlık türü.

Döndürülenler

IEnumerable<IMutableEntityType>

Temel türler.

Şunlara uygulanır