Method GetDistinctFilterValues
GetDistinctFilterValues(string, Type, QueryParameter<T>)
Gets the distinct filter values for the specified column.
public virtual IEnumerable GetDistinctFilterValues(string columnName, Type columnType, QueryParameter<T> queryParameter)
Parameters
columnName
stringThe name of the column.
columnType
TypeThe type of the column.
queryParameter
QueryParameter<T>The query parameter.
Returns
- IEnumerable
The distinct filter values.