Suoranta.EnterpriseLib.Web - Developer API

SetFilter<(Of <(<'TValue>)>)> Class

Models query in which set of values for property/column is to be included or excluded from result set.

Namespace:  Suoranta.EnterpriseLib.Linq.Filters
Assembly:  Suoranta.EnterpriseLib (in Suoranta.EnterpriseLib.dll)

Syntax


public class SetFilter<TValue> : List<TValue>, 
	ISetFilter

Type Parameters

TValue
Underlying type filter value collection

Inheritance Hierarchy


Object
  List<(Of <(<'TValue>)>)>
    Suoranta.EnterpriseLib.Linq.Filters..::..SetFilter<(Of <(<'TValue>)>)>