IEntityType.GetRootType Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the root base type for a given entity type.
public virtual Microsoft.EntityFrameworkCore.Metadata.IEntityType GetRootType ();
abstract member GetRootType : unit -> Microsoft.EntityFrameworkCore.Metadata.IEntityType
override this.GetRootType : unit -> Microsoft.EntityFrameworkCore.Metadata.IEntityType
Public Overridable Function GetRootType () As IEntityType
Returns
The root base type. If the given entity type is not a derived type, then the same entity type is returned.
Applies to
Feedback
Submit and view feedback for