1 write to OrderGroupsBy
System.Web.Extensions (1)
UI\WebControls\LinqDataSource.cs (1)
279
View.
OrderGroupsBy
= value;
4 references to OrderGroupsBy
System.Web.Extensions (4)
UI\WebControls\LinqDataSource.cs (1)
276
return View.
OrderGroupsBy
;
UI\WebControls\QueryableDataSourceView.cs (3)
425
if (!String.IsNullOrEmpty(
OrderGroupsBy
)) {
432
if (!String.IsNullOrEmpty(
OrderGroupsBy
)) {
433
source = _queryable.OrderBy(source,
OrderGroupsBy
, context.OrderGroupsByParameters.ToEscapedParameterKeys(_owner));