ContextDataSourceView::EntityTypeName Property

.NET Framework (current version)
 

Gets or sets the name of 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)

public:
property String^ EntityTypeName {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

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

.NET Framework
Available since 4.0
Return to top
Show: