[]
        
(Showing Draft Content)

C1.Web.Api.DataEngine.Data.IFlexPivotEngineProvider.GetUniqueValues

GetUniqueValues Method

GetUniqueValues(Dictionary<string, object>, string)

Gets the unqiue values of the specified field.

Declaration
IEnumerable GetUniqueValues(Dictionary<string, object> view, string fieldName)
Parameters
Type Name Description
Dictionary<string, object> view

View definition used for performing aggregation.

string fieldName

The name of the field to provide unique values for.

Returns
Type Description
IEnumerable

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.