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