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:
property Type^ ParentEntityType {
	virtual Type^ get();
	protected: virtual void set(Type^ value);
}

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: