TableProvider.RootEntityType Property

.NET Framework (current version)
 

Gets the root type for this entity.

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

Public Overridable Property RootEntityType As Type
	Get
	Protected Set
End Property

Property Value

Type: System.Type

The root type for this entity if the entity has a parent; otherwise, an instance of the EntityType class.

.NET Framework
Available since 4.0
Return to top
Show: