Table of Contents

Constructor RelatedOperatorWrapper

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

RelatedOperatorWrapper(string, Operator, List<object>)

Initializes a new instance of the RelatedOperatorWrapper<TRelatedType> class.

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

Parameters

fieldName string

The name of the field.

oper Operator

The wrapped operator.

parameters List<object>

The parameters for the operator.

RelatedOperatorWrapper(string, Operator)

Initializes a new instance of the RelatedOperatorWrapper<TRelatedType> class.

public RelatedOperatorWrapper(string fieldName, Operator oper)

Parameters

fieldName string

The name of the field.

oper Operator

The wrapped operator.