SqlDataSourceView::CanInsert Property
.NET Framework (current version)
Gets a value indicating whether the SqlDataSourceView object that is associated with the current SqlDataSource control supports the insert operation.
Assembly: System.Web (in System.Web.dll)
The CanInsert property returns true if the InsertCommand property is set. An insert operation could still fail if all the data properties are not set or are not set correctly.
.NET Framework
Available since 2.0
Available since 2.0
Show: