[]
public List<object> GetUniqueValues(PivotField field, out Exception ex, int dataLimit = 1000000000, int uniqueLimit = 1000)
| Type | Name | Description |
|---|---|---|
| PivotField | field | |
| Exception | ex | |
| int | dataLimit | |
| int | uniqueLimit |
| Type | Description |
|---|---|
| List<object> |
public static Task<IList> GetUniqueValues(string workspace, string table, Dictionary<string, object> view, string fieldName, CancellationToken cancelToken)
| Type | Name | Description |
|---|---|---|
| string | workspace | |
| string | table | |
| Dictionary<string, object> | view | |
| string | fieldName | |
| CancellationToken | cancelToken |
| Type | Description |
|---|---|
| Task<IList> |