Suoranta.EnterpriseLib.Web - Developer API

IRangeFilter<(Of <(<'TValue>)>)>..::..GetWhereExpression<(Of <(<'TEntity>)>)> Method

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

Syntax


Expression<Func<TEntity, bool>> GetWhereExpression<TEntity>(
	string startProp,
	string endProp,
	RangeFilterMode mode
)

Type Parameters

TEntity

Parameters

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