예제 #1
0
파일: Q.cs 프로젝트: susch19/querybuilder
 public static RowNumberPart RowNumber(IPartitionOverPart over) => new RowNumberPart(over);
예제 #2
0
 public RowNumberPart(IPartitionOverPart over)
 {
     Over = over;
 }