System.Web.UI.DataSourceView.CanUpdate Property

Gets a value indicating whether the System.Web.UI.DataSourceView object associated with the current System.Web.UI.DataSourceControl object supports the DataSourceView.ExecuteUpdate(IDictionary, IDictionary, IDictionary) operation.

Syntax

public virtual bool CanUpdate { get; }

Value

Documentation for this section has not yet been entered.

Remarks

The DataSourceView.CanUpdate property reflects not only a capability of the data source control, but also whether it is currently appropriate to perform an operation. For example, even though a data-bound control supports the DataSourceView.ExecuteUpdate(IDictionary, IDictionary, IDictionary) operation, if a required update command or some other data is not set, the DataSourceView.CanUpdate property returns false, as an update operation would fail.

Requirements

Namespace: System.Web.UI
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0