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