示例#1
0
 public RowNumberField Partition(SortField field)
 {
     PartitionBy.Add(field);
     return(this);
 }