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