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
fieldName
stringThe name of the field to apply the operator on.
parameters
List<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
fieldName
stringThe name of the field to apply the operator on.
value
objectThe value used in the operator.