Table of Contents

Constructor InOperator

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

InOperator(string, List<object>)

Initializes a new instance of the InOperator class.

public InOperator(string fieldName, List<object> values)

Parameters

fieldName string

The name of the field to apply the operator on.

values List<object>

The list of values to match against.