MESCIUS.ActiveReports.Core.Data.DataEngine Assembly / GrapeCity.Enterprise.Data.DataEngine.Aggregates Namespace / AggregateFunctions Class / Parse Method
Aggregate function name

In This Topic
Parse Method (AggregateFunctions)
In This Topic
Gets AggregateFunction by name
Syntax
'Declaration
 
Public Shared Function Parse( _
   ByVal name As String _
) As AggregateFunction
 

Parameters

name
Aggregate function name

Return Value

AggregateFunction by name
See Also