EasyObjects.NET Programmers Reference

DynamicQuery.AddAggregateParameter Method 

Adds the AggregateParameter to the internal ArrayList.

public void AddAggregateParameter(
   AggregateParameter param
);

Parameters

param
The AggregateParameter

Remarks

NOTE: This is called by the EasyObject framework and you should never call it. We reserve the right to remove or change this method.

See Also

DynamicQuery Class | NCI.EasyObjects Namespace