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
fieldNamestringThe name of the field.
lowerValueobjectThe lower value.
upperValueobjectThe upper value.