Table of Contents

Class MonthOperator

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

Represents a binary operator that compares the month of a field with a value.

public class MonthOperator : BinaryOperator, INotifyPropertyChanged
Inheritance
MonthOperator
Implements

Constructors

MonthOperator(string, List<object>)

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

MonthOperator(string, object)

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

Methods

GetWhereExpression<T>(ParameterExpression)

Gets the expression that represents the comparison of the month of a field with a value.