Table of Contents

Constructor BaseBetweenOperator

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

BaseBetweenOperator(string, List<object>)

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

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

Parameters

fieldName string

The name of the field.

parameters List<object>

The list of parameters.

BaseBetweenOperator(string, object, object)

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

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

Parameters

fieldName string

The name of the field.

lowerValue object

The lower value.

upperValue object

The upper value.