Method GetWhereExpression
- Namespace
- Innova.Data.StructuredSearch.Operators
- Assembly
- Innova.Data.dll
GetWhereExpression<T>(ParameterExpression)
Gets the where expression for the between operator.
public override Expression<Func<T, bool>> GetWhereExpression<T>(ParameterExpression parameter) where T : class
Parameters
parameter
ParameterExpressionThe parameter expression.
Returns
- Expression<Func<T, bool>>
The where expression.
Type Parameters
T
The type of the parameter.