Exemple #1
0
 public AggregateAnyValueColumn(SqlKata.AggregateAnyValueColumn other)
 {
     Engine    = other.Engine;
     Component = other.Component;
     Column    = other.Column;
     Alias     = other.Alias;
     Distinct  = other.Distinct;
 }
Exemple #2
0
 public AggregateAnyValueColumn(AggregateAnyValueColumn other)
     : base(other)
 {
 }