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