Ejemplo n.º 1
0
 public RankingGroupByArgs(IGroupBy groupBy, RankingOption option, int count, IColumnIdentifier operand, ColumnType type)
     : base(option, count, operand, type) => GroupBy = groupBy;
Ejemplo n.º 2
0
 public RankingArgs(RankingOption option, int count, IColumnIdentifier operand, ColumnType type)
 => (Option, Count, Operand, Type) = (option, count, operand, type);