Table of Contents

Class DateLessThanOperator

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

Represents a binary operator that checks if a date value is less than a specified value.

[OperandType(typeof(DateTimeOffset))]
[OperandType(typeof(DateTime))]
[NullableOperand(NullableOperandMode.Allowed)]
public class DateLessThanOperator : BinaryOperator, INotifyPropertyChanged
Inheritance
DateLessThanOperator
Implements

Constructors

DateLessThanOperator(string, List<object>)

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

DateLessThanOperator(string, object)

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

Methods

GetWhereExpression<T>(ParameterExpression)

Gets the expression that represents the comparison of the field value with the specified value.