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

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: