Sql.Net Class Library Documentation

SqlExpression.Function Method 

Creates a SqlExpression with an aggergation function

public static SqlExpression Function(
   SqlAggregationFunction func,
   SqlExpression param
);

Parameters

func
Aggregation function to be applied on the supplied expression
param
Parameter of the aggregation function

Return Value

See Also

SqlExpression Class | Reeb.SqlOM Namespace