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
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
stringThe name of the field.
lowerValue
objectThe lower value.
upperValue
objectThe upper value.