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