MESCIUS.ActiveReports.Core.Data.DataEngine Assembly / GrapeCity.Enterprise.Data.DataEngine.Aggregates Namespace / AggregateInfo Class
Properties Methods

AggregateInfo Class Members

The following tables list the members exposed by AggregateInfo.

Public Properties
 NameDescription
Public PropertyReturns a new GrapeCity.Enterprise.Data.Expressions.ExpressionInfo that represents the portion of the expression that is aggregated by the aggregate function.  
Public PropertyGets the aggregate function.  
Public PropertyGets an indication that the aggregate function scope is not limited.  
Public PropertyGets an indication that an aggregate is calculated recursively in recursive hierarchies (aka parent-child hierarchies).  
Public PropertyGets an indication that an aggregate function scope is specified.  
Public PropertyGets the aggregate function scope name.  
Top
Public Methods
 NameDescription
Public MethodOverloaded. Determines whether the specified AggregateInfo object represents the same aggregation as this one.  
Public MethodGenerates a HashCode for this expression.  
Public MethodConverts the aggregate to the string representation.  
Top
Public Operators
Performs equality operation.
Performs inequality operation.
Top
See Also