1 write to UpdateMethod
System.Web (1)
UI\WebControls\ModelDataSourceView.cs (1)
227UpdateMethod = updateMethod;
3 references to UpdateMethod
System.Web (3)
UI\WebControls\ModelDataSourceView.cs (3)
127return (UpdateMethod.Length != 0); 684method = method ?? FindMethod(UpdateMethod); 800if (RequireAsyncModelBinding(UpdateMethod, out method)) {