1 write to _updateMethod
System.Web (1)
UI\WebControls\CompositeDataBoundControl.cs (1)
39
_updateMethod
= value;
2 references to _updateMethod
System.Web (2)
UI\WebControls\CompositeDataBoundControl.cs (2)
35
return
_updateMethod
?? String.Empty;
38
if (!String.Equals(
_updateMethod
, value, StringComparison.OrdinalIgnoreCase)) {