IDynamicDataSource::EnableUpdate Property

 

Gets or sets a value that indicates whether the data source view supports the ability to update rows.

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

property bool EnableUpdate {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

true if the view supports the ability to update rows; otherwise, false.

.NET Framework
Available since 3.5
Return to top
Show: