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