System.Web.UI.WebControls.ObjectDataSourceView.CanInsert Property

Gets a value indicating whether the System.Web.UI.WebControls.ObjectDataSourceView object that is associated with the current System.Web.UI.WebControls.ObjectDataSource control supports the insert operation.

Syntax

public override bool CanInsert { get; }

Value

Documentation for this section has not yet been entered.

Remarks

The ObjectDataSourceView.CanInsert property returns true, if the ObjectDataSourceView.InsertMethod property is set. A insert operation could still fail, if all the data properties are not set or are not set correctly.

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0