IDynamicDataSource::EnableInsert Property

 

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

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

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

Property Value

Type: System::Boolean

true if the data source view supports the ability to insert rows; otherwise, false.

.NET Framework
Available since 3.5
Return to top
Show: