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
UnaryOperator(string)
Initializes a new instance of the UnaryOperator class with the specified field name.
public UnaryOperator(string fieldName)
Parameters
fieldName
stringThe name of the field.