3 references to QueryableHelpers
System.Web (3)
UI\WebControls\ModelDataSourceView.cs (3)
464
MethodInfo countHelperMethod = typeof(
QueryableHelpers
).GetMethod("CountHelper").MakeGenericMethod(modelType);
468
MethodInfo isOrderingMethodFoundMethod = typeof(
QueryableHelpers
).GetMethod("IsOrderingMethodFound").MakeGenericMethod(modelType);
484
MethodInfo sortPageHelperMethod = typeof(
QueryableHelpers
).GetMethod("SortandPageHelper").MakeGenericMethod(modelType);