Sdílet prostřednictvím


IMutableEntityType.GetRootType Metoda

Definice

Získá kořenový základní typ pro daný typ entity.

public virtual Microsoft.EntityFrameworkCore.Metadata.IMutableEntityType GetRootType ();
abstract member GetRootType : unit -> Microsoft.EntityFrameworkCore.Metadata.IMutableEntityType
override this.GetRootType : unit -> Microsoft.EntityFrameworkCore.Metadata.IMutableEntityType
Public Overridable Function GetRootType () As IMutableEntityType

Návraty

Kořenový základní typ. Pokud daný typ entity není odvozeným typem, vrátí se stejný typ entity.

Platí pro