Suoranta.EnterpriseLib.Web - Developer API

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

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

Syntax


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

Type Parameters

TEntity

Parameters

startProp
Type: String
endProp
Type: String
mode
Type: Suoranta.EnterpriseLib.Linq.Filters..::..RangeFilterMode