Table of Contents

Method GetDistinctFilterValues

Namespace
Innova.Prism.Library.Services
Assembly
Innova.Prism.Library.dll

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 string

The name of the column.

columnType Type

The type of the column.

queryParameter QueryParameter<T>

The query parameter.

Returns

IEnumerable

The distinct filter values.