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