Table of Contents

Method GetWhereExpression

Namespace
Innova.Data.StructuredSearch.Operators
Assembly
Innova.Data.dll

GetWhereExpression<T>(ParameterExpression)

Gets the expression representing the equality comparison between the field and the value.

public override Expression<Func<T, bool>> GetWhereExpression<T>(ParameterExpression parameter) where T : class

Parameters

parameter ParameterExpression

The parameter expression representing the entity.

Returns

Expression<Func<T, bool>>

The expression representing the equality comparison.

Type Parameters

T

The type of the entity.