Table of Contents

Constructor BooleanOperator

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

BooleanOperator(string, List<object>)

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

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

Parameters

fieldName string

The name of the field.

parameters List<object>

The list of parameters.

BooleanOperator(string, object)

Initializes a new instance of the BooleanOperator class with the specified field name and value.

public BooleanOperator(string fieldName, object value)

Parameters

fieldName string

The name of the field.

value object

The value.