Table of Contents

Constructor BetweenOperator

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

BetweenOperator(string, List<object>)

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

public BetweenOperator(string fieldName, List<object> parameters)

Parameters

fieldName string

The name of the field.

parameters List<object>

The list of parameters.

BetweenOperator(string, object, object)

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

public BetweenOperator(string fieldName, object lowerValue, object upperValue)

Parameters

fieldName string

The name of the field.

lowerValue object

The lower value.

upperValue object

The upper value.