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