[]
Gets the unqiue values of the specified field.
IEnumerable GetUniqueValues(Dictionary<string, object> view, string fieldName)
| 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. |
| Type | Description |
|---|---|
| IEnumerable | Collection of objects with properties Name (string) and Type (System.Type) |
The user should be aware that getting value list can take considerable time if number of rows in the source data is very large.