Method GetWhereExpression
- Namespace
- Innova.Data.StructuredSearch.Operators
- Assembly
- Innova.Data.dll
GetWhereExpression<T>(ParameterExpression)
Gets the expression representing the operator's logic for filtering entities.
public override Expression<Func<T, bool>> GetWhereExpression<T>(ParameterExpression parameter) where T : class
Parameters
parameter
ParameterExpressionThe parameter expression representing the entity.
Returns
- Expression<Func<T, bool>>
The expression representing the operator's logic for filtering entities.
Type Parameters
T
The type of the entity being searched.