TableProvider::EntityType Property

 

Gets or sets the type that represents the table.

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

public:
property Type^ EntityType {
	virtual Type^ get();
	protected: virtual void set(Type^ value);
}

Property Value

Type: System::Type^

The type that represents the table.

.NET Framework
Available since 3.5
Return to top
Show: