Ejemplo n.º 1
0
 public static AggregateFunctionExpression Count(this IColumnExpression column)
 {
     return(FunctionExpression.Count(column));
 }