ContextDataSourceView::EntityType Property

.NET Framework (current version)
 

Gets or sets the object that is created for an insert, delete, or update operation.

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

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

Property Value

Type: System::Type^

The object that is created for an insert, delete, or update operation.

.NET Framework
Available since 4.0
Return to top
Show: