Table of Contents

Class EqualsOperator

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

Represents an operator that checks for equality between a field and a value.

[OperandType(typeof(string))]
[OperandType(typeof(short))]
[OperandType(typeof(int))]
[OperandType(typeof(long))]
[OperandType(typeof(Guid))]
[OperandType(typeof(float))]
[OperandType(typeof(double))]
[OperandType(typeof(decimal))]
[OperandDefaultType(new Type[] { typeof(short), typeof(int), typeof(long), typeof(float), typeof(double), typeof(decimal) })]
public class EqualsOperator : BinaryOperator, INotifyPropertyChanged
Inheritance
EqualsOperator
Implements

Constructors

EqualsOperator(string, List<object>)

Initializes a new instance of the EqualsOperator class with the specified field name and parameters.

EqualsOperator(string, object)

Initializes a new instance of the EqualsOperator class with the specified field name and value.

Methods

GetWhereExpression<T>(ParameterExpression)

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