1 implementation of GroupBy
System.Web.Extensions (1)
UI\WebControls\DynamicQueryableWrapper.cs (1)
33
public IQueryable
GroupBy
(IQueryable source, string keySelector, string elementSelector, params object[] values) {
1 reference to GroupBy
System.Web.Extensions (1)
UI\WebControls\QueryableDataSourceView.cs (1)
431
source = _queryable.
GroupBy
(source, groupBy, "it", context.GroupByParameters.ToEscapedParameterKeys(_owner));