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