1 write to _deleteMethod
System.Web (1)
UI\WebControls\CompositeDataBoundControl.cs (1)
54
_deleteMethod
= value;
2 references to _deleteMethod
System.Web (2)
UI\WebControls\CompositeDataBoundControl.cs (2)
50
return
_deleteMethod
?? String.Empty;
53
if (!String.Equals(
_deleteMethod
, value, StringComparison.OrdinalIgnoreCase)) {