EntityTypeExtensions.GetAllBaseTypesInclusive(IEntityType) Yöntem

Tanım

IEntityTypeTürün kendisi, yukarıdan aşağıya olmak üzere, verilen tü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

IEnumerable<IEntityType>

Temel türler.

Şunlara uygulanır