Aracılığıyla paylaş


MutableEntityTypeExtensions.GetDerivedTypesInclusive Yöntem

Tanım

Türün kendisi de dahil olmak üzere verilen IMutableEntityTypetüm türetilmiş türlerini döndürür.

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

Parametreler

entityType
IMutableEntityType

Varlık türü.

Döndürülenler

Türetilmiş türler.

Şunlara uygulanır