Table of Contents

Class DateGreaterThanOperator

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

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

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

Constructors

DateGreaterThanOperator(string, List<object>)

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

DateGreaterThanOperator(string, object)

Initializes a new instance of the DateGreaterThanOperator 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.