QueryableDataSourceView::EntityType Property

.NET Framework (current version)
 

Gets the type of the data object to use for CUD operations.

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web.Extensions (in System.Web.Extensions.dll)

protected:
property Type^ EntityType {
	virtual Type^ get() abstract;
}

Property Value

Type: System::Type^

An instance of the type of the data object to use for CUD operations.

.NET Framework
Available since 4.0
Return to top
Show: