示例#1
0
 public ODataSet <T> ThenByDescending(Expression <Func <T, object> > expression)
 {
     bounder = bounder.ThenByDescending(expression);
     return(this);
 }