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
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)