Table of Contents

Constructor IsNotNullOperator

Namespace
Innova.Data.StructuredSearch.Operators
Assembly
Innova.Data.dll

IsNotNullOperator(string, List<object>)

Initializes a new instance of the IsNotNullOperator class with the specified field name and parameters.

public IsNotNullOperator(string fieldName, List<object> parameters)

Parameters

fieldName string

The name of the field to check.

parameters List<object>

The list of parameters.

IsNotNullOperator(string)

Initializes a new instance of the IsNotNullOperator class with the specified field name.

public IsNotNullOperator(string fieldName)

Parameters

fieldName string

The name of the field to check.