Method GetWhereExpression
- Namespace
- Innova.Data.StructuredSearch.Operators
- Assembly
- Innova.Data.dll
GetWhereExpression<T>(ParameterExpression)
Gets the expression that represents the where clause for the 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 expression representing the where clause.
Type Parameters
T
The type of the entity.