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