MetaTable.RootEntityType Property

.NET Framework (current version)
 

Gets the root type of the entity's inheritance hierarchy.

Namespace:   System.Web.DynamicData
Assembly:  System.Web.DynamicData (in System.Web.DynamicData.dll)

public Type RootEntityType { get; }

Property Value

Type: System.Type

The root type of the entity's inheritance hierarchy.

If the type is at the top of the inheritance hierarchy or does not have a parent type, the entity type is returned.

.NET Framework
Available since 4.0
Return to top
Show: