Table of Contents

Constructor UnaryOperator

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

UnaryOperator(string, List<object>)

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

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

Parameters

fieldName string

The name of the field.

parameters List<object>

The list of parameters.

UnaryOperator(string)

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

public UnaryOperator(string fieldName)

Parameters

fieldName string

The name of the field.