1 write to _orderBy
System.Web.Extensions (1)
UI\WebControls\QueryableDataSourceView.cs (1)
229
_orderBy
= value;
2 references to _orderBy
System.Web.Extensions (2)
UI\WebControls\QueryableDataSourceView.cs (2)
225
return
_orderBy
?? String.Empty;
228
if (
_orderBy
!= value) {