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)
148return _selectMethod ?? String.Empty; 151if (!String.Equals(_selectMethod, value, StringComparison.OrdinalIgnoreCase)) {