ObjectDataSourceView.CanUpdate Property
.NET Framework 3.0
Gets a value indicating whether the ObjectDataSourceView object that is associated with the current ObjectDataSource control supports the update operation.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
/** @property */ public boolean get_CanUpdate ()
public override function get CanUpdate () : boolean
Not applicable.
Property Value
true, if the operation is supported; otherwise, false. Updating is not supported if the UpdateMethod property is an empty string ("").Community Additions
ADD
Show: