2 instantiations of ObjectDataSourceMethod
System.Web (2)
UI\WebControls\ObjectDataSourceView.cs (2)
1445return new ObjectDataSourceMethod(operation, type, matchedMethod, parameters.AsReadOnly()); 1596return new ObjectDataSourceMethod(operation, type, matchedMethod, parameters);
9 references to ObjectDataSourceMethod
System.Web (9)
UI\WebControls\ObjectDataSourceView.cs (9)
846ObjectDataSourceMethod method; 924ObjectDataSourceMethod method; 1098ObjectDataSourceMethod method = GetResolvedMethodData(type, SelectMethod, mergedParameters, DataSourceOperation.Select); 1207ObjectDataSourceMethod method; 1341private ObjectDataSourceMethod GetResolvedMethodData(Type type, string methodName, Type dataObjectType, object oldDataObject, object newDataObject, DataSourceOperation operation) { 1456private ObjectDataSourceMethod GetResolvedMethodData(Type type, string methodName, IDictionary allParameters, DataSourceOperation operation) { 1619private ObjectDataSourceResult InvokeMethod(ObjectDataSourceMethod method) { 1628private ObjectDataSourceResult InvokeMethod(ObjectDataSourceMethod method, bool disposeInstance, ref object instance) { 1944ObjectDataSourceMethod method = GetResolvedMethodData(type, SelectCountMethod, mergedParameters, DataSourceOperation.SelectCount);