1 write to _insertMethod
System.Web (1)
UI\WebControls\CompositeDataBoundControl.cs (1)
69
_insertMethod
= value;
2 references to _insertMethod
System.Web (2)
UI\WebControls\CompositeDataBoundControl.cs (2)
65
return
_insertMethod
?? String.Empty;
68
if (!String.Equals(
_insertMethod
, value, StringComparison.OrdinalIgnoreCase)) {