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