Table of Contents

Class NotBetweenOperator

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

Represents a not between operator used in structured search queries.

[OperandType(typeof(DateTimeOffset))]
[OperandType(typeof(DateTime))]
[OperandType(typeof(DateTime?))]
[OperandType(typeof(DateTimeOffset?))]
[NullableOperand(NullableOperandMode.Allowed)]
public class NotBetweenOperator : BaseBetweenOperator, INotifyPropertyChanged
Inheritance
NotBetweenOperator
Implements

Constructors

NotBetweenOperator(string, List<object>)

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

NotBetweenOperator(string, object, object)

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

Methods

GetWhereExpression<T>(ParameterExpression)

Gets the expression representing the where clause for the operator.