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