Beispiel #1
0
 public static RowNumberPart RowNumber(IPartitionOverPart over) => new RowNumberPart(over);
Beispiel #2
0
 public RowNumberPart(IPartitionOverPart over)
 {
     Over = over;
 }