EasyObjects.NET Programmers Reference

OracleDynamicQuery.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

Remarks

STDDEV and VARIANCE are rounded to 10 decimal places to avoid overflow errors

See Also

OracleDynamicQuery Class | NCI.EasyObjects.DynamicQueryProvider Namespace | AggregateParameter