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
columnNamestringThe name of the column.
columnTypeTypeThe type of the column.
queryParameterQueryParameter<T>The query parameter.
Returns
- IEnumerable
 The distinct filter values.