Suoranta.EnterpriseLib.Web - Developer API

ValueFilter<(Of <(<'TValue>)>)> Structure

FilterValue is effectively extended Nullable. FilterValues have additional IsActive property to determine whether they should be used as filter in query.

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

Syntax


public struct ValueFilter<TValue> : IFilter<ExpressionType>, 
	IValueFilter<TValue>

Type Parameters

TValue