Gets a value indicating whether the System.Web.UI.WebControls.SqlDataSourceView object that is associated with the current System.Web.UI.WebControls.SqlDataSource control supports the insert operation.
Documentation for this section has not yet been entered.
The SqlDataSourceView.CanInsert property returns true if the SqlDataSourceView.InsertCommand property is set. An insert operation could still fail if all the data properties are not set or are not set correctly.