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