Table of Contents

Constructor BinaryOperator

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

BinaryOperator(string, List<object>)

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

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

Parameters

fieldName string

The name of the field.

parameters List<object>

The list of parameters.

BinaryOperator(string, object)

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

public BinaryOperator(string fieldName, object value)

Parameters

fieldName string

The name of the field.

value object

The value.