Table of Contents

Class BetweenOperator

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

Represents a between operator used in structured search queries.

[OperandType(typeof(DateTime))]
[OperandType(typeof(DateTime?))]
[NullableOperand(NullableOperandMode.Allowed)]
[OperandType(typeof(DateTimeOffset))]
[OperandType(typeof(DateTimeOffset?))]
[OperandDefaultType(new Type[] { typeof(DateTime), typeof(DateTime?), typeof(DateTimeOffset), typeof(DateTimeOffset?) })]
public class BetweenOperator : BaseBetweenOperator, INotifyPropertyChanged
Inheritance
BetweenOperator
Implements
Derived

Constructors

BetweenOperator(string, List<object>)

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

BetweenOperator(string, object, object)

Initializes a new instance of the BetweenOperator class with the specified field name, lower value, and upper value.

Methods

GetWhereExpression<T>(ParameterExpression)

Gets the expression representing the where clause for the between operator.