1 write to _selectMethod
System.Web (1)
UI\WebControls\DataBoundControl.cs (1)
152
_selectMethod
= value;
2 references to _selectMethod
System.Web (2)
UI\WebControls\DataBoundControl.cs (2)
148
return
_selectMethod
?? String.Empty;
151
if (!String.Equals(
_selectMethod
, value, StringComparison.OrdinalIgnoreCase)) {