示例#1
0
 public ODataSet <T> Skip(long number)
 {
     bounder = bounder.Skip(number);
     return(this);
 }