ComponentOne Web API Edition
GetUniqueValues Method (IFlexPivotEngineProvider)

C1.Web.Api.DataEngine.Data Namespace > IFlexPivotEngineProvider Interface : GetUniqueValues Method
View definition used for performing aggregation.
The name of the field to provide unique values for.
Gets the unqiue values of the specified field.
Syntax
'Declaration
 
Function GetUniqueValues( _
   ByVal view As Dictionary(Of String,Object), _
   ByVal fieldName As String _
) As IEnumerable

Parameters

view
View definition used for performing aggregation.
fieldName
The name of the field to provide unique values for.

Return Value

Collection of objects with properties Name (string) and Type (System.Type)
Remarks
The user should be aware that getting value list can take considerable time if number of rows in the source data is very large.
See Also

Reference

IFlexPivotEngineProvider Interface
IFlexPivotEngineProvider Members