1 write to OrderGroupsByParameters
System.Web.Extensions (1)
UI\WebControls\QueryContext.cs (1)
23OrderGroupsByParameters = orderGroupsByParameters;
2 references to OrderGroupsByParameters
System.Web.Extensions (2)
UI\WebControls\LinqDataSourceView.cs (1)
578context.OrderGroupsByParameters,
UI\WebControls\QueryableDataSourceView.cs (1)
433source = _queryable.OrderBy(source, OrderGroupsBy, context.OrderGroupsByParameters.ToEscapedParameterKeys(_owner));