Suoranta.EnterpriseLib.Web - Developer API

RangeFilter..::..GetWherePredicate<(Of <(<'TEntity>)>)> Method (String, RangeFilterMode)

Get predicate for LINQ Where filter based on time range.

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

Syntax


public Func<TEntity, bool> GetWherePredicate<TEntity>(
	string targetPropPrefix,
	RangeFilterMode mode
)

Type Parameters

TEntity

Parameters

targetPropPrefix
Type: String
mode
Type: Suoranta.EnterpriseLib.Linq.Filters..::..RangeFilterMode

Return Value