MutableEntityTypeExtensions.GetRootType(IMutableEntityType) Yöntem

Tanım

Belirli bir varlık türü için kök taban türünü alır.

public static Microsoft.EntityFrameworkCore.Metadata.IMutableEntityType GetRootType (this Microsoft.EntityFrameworkCore.Metadata.IMutableEntityType entityType);
static member GetRootType : Microsoft.EntityFrameworkCore.Metadata.IMutableEntityType -> Microsoft.EntityFrameworkCore.Metadata.IMutableEntityType
<Extension()>
Public Function GetRootType (entityType As IMutableEntityType) As IMutableEntityType

Parametreler

entityType
IMutableEntityType

Varlık türü.

Döndürülenler

IMutableEntityType

Kök temel türü. Verilen varlık türü türetilmiş bir tür değilse, aynı varlık türü döndürülür.

Şunlara uygulanır