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