ObjectDataSourceView::CanInsert Property

 

Gets a value indicating whether the ObjectDataSourceView object that is associated with the current ObjectDataSource 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. Insertion is not supported, if the InsertMethod property is an empty string.

The CanInsert property returns true, if the InsertMethod property is set. A 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: