ObjectDesignerDataSourceView.CanDelete Property
.NET Framework 3.0
Gets a value that indicates whether the associated data source control as it is currently configured can perform a Delete 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_CanDelete ()
public override function get CanDelete () : boolean
Not applicable.
Property Value
true if the associated ObjectDataSource can perform a Delete operation; otherwise, false.The CanDelete property returns true if the DeleteMethod property of the associated ObjectDataSource control contains a value other than the empty string ("").
Community Additions
ADD
Show: