Table of Contents

Constructor Operator

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

Operator(string, List<object>)

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

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

Parameters

fieldName string

The name of the field.

parameters List<object>

The list of parameters.