Table of Contents

Constructor IsNullOperator

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

IsNullOperator(string, List<object>)

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

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

Parameters

fieldName string

The name of the field to check for null.

parameters List<object>

The parameters associated with the operator.

IsNullOperator(string)

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

public IsNullOperator(string fieldName)

Parameters

fieldName string

The name of the field to check for null.