1 write to _orderGroupsBy
System.Web.Extensions (1)
UI\WebControls\QueryableDataSourceView.cs (1)
242
_orderGroupsBy
= value;
2 references to _orderGroupsBy
System.Web.Extensions (2)
UI\WebControls\QueryableDataSourceView.cs (2)
238
return
_orderGroupsBy
?? String.Empty;
241
if (
_orderGroupsBy
!= value) {