public SelectAgregate(AgregateType agregateType, string column)
 {
     this.agregateType = agregateType;
     this.column       = column;
 }
Пример #2
0
 public SelectAgregate(AgregateType agregateType, string column)
 {
     this.agregateType = agregateType;
     this.column = column;
 }
 public SelectAgregate(AgregateType agregateType)
     : this(agregateType, null)
 {
 }
Пример #4
0
 public SelectAgregate(AgregateType agregateType)
     : this(agregateType, null)
 {
 }