Constructor LessThanOperator
- Namespace
- Innova.Data.StructuredSearch.Operators
- Assembly
- Innova.Data.dll
LessThanOperator(string, List<object>)
Initializes a new instance of the LessThanOperator class with the specified field name and parameters.
public LessThanOperator(string fieldName, List<object> parameters)
Parameters
fieldNamestringThe name of the field to compare.
parametersList<object>The list of parameters for the operator.
LessThanOperator(string, object)
Initializes a new instance of the LessThanOperator class with the specified field name and value.
public LessThanOperator(string fieldName, object value)
Parameters
fieldNamestringThe name of the field to compare.
valueobjectThe value to compare.