LinqDesignerDataSourceView.CanUpdate Property

 

Gets a value that indicates whether the LinqDataSourceView object that is associated with the current LinqDataSource control supports the ExecuteUpdate method.

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

Public Overrides ReadOnly Property CanUpdate As Boolean

Property Value

Type: System.Boolean

true if the ExecuteUpdate method is supported; otherwise, false.

.NET Framework
Available since 3.5
Return to top
Show: