SqlDataSourceView::CanInsert Property

 

Gets a value indicating whether the SqlDataSourceView object that is associated with the current SqlDataSource control supports the insert operation.

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web (in System.Web.dll)

public:
property bool CanInsert {
	virtual bool get() override;
}

Property Value

Type: System::Boolean

true, if the operation is supported; otherwise, false.

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
Return to top
Show: