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