Gets a value indicating whether the System.Web.UI.DataSourceView object associated with the current System.Web.UI.DataSourceControl object supports the DataSourceView.ExecuteDelete(IDictionary, IDictionary) operation.
Documentation for this section has not yet been entered.
The DataSourceView.CanDelete 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 source view supports the DataSourceView.ExecuteDelete(IDictionary, IDictionary) operation in general, if a required property or some other data is not set, the DataSourceView.CanDelete property returns false, as a delete operation would fail.