コード例 #1
0
 public static AggregateFunctionExpression Max(this IColumnExpression column)
 {
     return(FunctionExpression.Max(column));
 }