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)

abstract EnableInsert : bool with get, set

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: