Exemple #1
0
 public static AggregateFunctionExpression Sum(this IColumnExpression column)
 {
     return(FunctionExpression.Sum(column));
 }