ObjectDesignerDataSourceView.CanUpdate Property
.NET Framework 3.0
Gets a value that indicates whether the associated data source control as it is currently configured can perform an Update operation.
Namespace: System.Web.UI.Design.WebControls
Assembly: System.Design (in system.design.dll)
Assembly: System.Design (in system.design.dll)
/** @property */ public boolean get_CanUpdate ()
public override function get CanUpdate () : boolean
Not applicable.
Property Value
true if the associated ObjectDataSource can perform an Update operation; otherwise, false.The CanUpdate property returns true if the UpdateMethod property of the associated ObjectDataSource control contains a value other than the empty string ("").
Community Additions
ADD
Show: