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