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