Constructor BinaryOperator
- Namespace
- Innova.Data.StructuredSearch
- Assembly
- Innova.Data.dll
BinaryOperator(string, List<object>)
Initializes a new instance of the BinaryOperator class with the specified field name and parameters.
public BinaryOperator(string fieldName, List<object> parameters)
Parameters
BinaryOperator(string, object)
Initializes a new instance of the BinaryOperator class with the specified field name and value.
public BinaryOperator(string fieldName, object value)