EasyObjects.NET Programmers Reference

SqlServerDynamicQuery.GetAggregate Method 

Builds the provider-specific aggregate portion of the query

protected string GetAggregate(
   AggregateParameter param,
   bool withAlias
);

Parameters

param
An to add to the GROUP BY clause
withAlias
A flag to indicate if the aggregate should use an alias, if one is present

Return Value

A formatted string for the aggregate function

See Also

SqlServerDynamicQuery Class | NCI.EasyObjects.DynamicQueryProvider Namespace | AggregateParameter