2 references to ObjectDataSourceMethod
System.Web (2)
UI\WebControls\ObjectDataSourceView.cs (2)
1445
return new
ObjectDataSourceMethod
(operation, type, matchedMethod, parameters.AsReadOnly());
1596
return new
ObjectDataSourceMethod
(operation, type, matchedMethod, parameters);