TableProvider.ParentEntityType Property

.NET Framework (current version)
 

Gets the parent type.

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

Public Overridable Property ParentEntityType As Type
	Get
	Protected Set
End Property

Property Value

Type: System.Type

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

.NET Framework
Available since 4.0
Return to top
Show: