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