ObjectDataSourceView.CanInsert Property
.NET Framework 3.0
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)
Assembly: System.Web (in system.web.dll)
/** @property */ public boolean get_CanInsert ()
public override function get CanInsert () : boolean
Not applicable.
Property Value
true, if the operation is supported; otherwise, false. Insertion is not supported, if the InsertMethod property is an empty string.Community Additions
ADD
Show: