Aracılığıyla paylaş


MutableModelExtensions.FindLeastDerivedEntityTypes Yöntem

Tanım

Verilenden en az türetilmiş türlere karşılık gelen varlık türlerini döndürür.

public static System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Metadata.IMutableEntityType> FindLeastDerivedEntityTypes (this Microsoft.EntityFrameworkCore.Metadata.IMutableModel model, Type type, Func<Microsoft.EntityFrameworkCore.Metadata.IMutableEntityType,bool> condition = default);
static member FindLeastDerivedEntityTypes : Microsoft.EntityFrameworkCore.Metadata.IMutableModel * Type * Func<Microsoft.EntityFrameworkCore.Metadata.IMutableEntityType, bool> -> System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Metadata.IMutableEntityType>
<Extension()>
Public Function FindLeastDerivedEntityTypes (model As IMutableModel, type As Type, Optional condition As Func(Of IMutableEntityType, Boolean) = Nothing) As IReadOnlyList(Of IMutableEntityType)

Parametreler

model
IMutableModel

Varlık türlerinin bulunacak model.

type
Type

Temel tür.

condition
Func<IMutableEntityType,Boolean>

Varlık türlerini filtrelemek için isteğe bağlı bir koşul.

Döndürülenler

Verilenden en az türetilmiş türlere karşılık gelen varlık türlerinin listesi.

Şunlara uygulanır