1 write to InsertMethod
System.Web (1)
UI\WebControls\ModelDataSourceView.cs (1)
228InsertMethod = insertMethod;
3 references to InsertMethod
System.Web (3)
UI\WebControls\ModelDataSourceView.cs (3)
89return (InsertMethod.Length != 0); 645method = method ?? FindMethod(InsertMethod); 786if (RequireAsyncModelBinding(InsertMethod, out method)) {