'Declaration
Function GetUniqueValues( _ ByVal view As Dictionary(Of String,Object), _ ByVal fieldName As String _ ) As IEnumerable
IEnumerable GetUniqueValues( Dictionary<string,object> view, string fieldName )
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)