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
fieldNamestringThe name of the field.
operOperatorThe wrapped operator.
parametersList<object>The parameters for the operator.
RelatedOperatorWrapper(string, Operator)
Initializes a new instance of the RelatedOperatorWrapper<TRelatedType> class.
public RelatedOperatorWrapper(string fieldName, Operator oper)