Table of Contents

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

fieldName string

The name of the field.

parameters List<object>

The list of 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)

Parameters

fieldName string

The name of the field.

value object

The value.