[]
        
(Showing Draft Content)

C1.FlexPivot.C1FlexPivotEngine.GetUniqueValues

GetUniqueValues Method

GetUniqueValues(PivotField, out Exception, int, int)

Declaration
public List<object> GetUniqueValues(PivotField field, out Exception ex, int dataLimit = 1000000000, int uniqueLimit = 1000)
Parameters
Type Name Description
PivotField field
Exception ex
int dataLimit
int uniqueLimit
Returns
Type Description
List<object>

GetUniqueValues(string, string, Dictionary<string, object>, string, CancellationToken)

Declaration
public static Task<IList> GetUniqueValues(string workspace, string table, Dictionary<string, object> view, string fieldName, CancellationToken cancelToken)
Parameters
Type Name Description
string workspace
string table
Dictionary<string, object> view
string fieldName
CancellationToken cancelToken
Returns
Type Description
Task<IList>