Constructor BaseFixedDateOperator
- Namespace
- Innova.Data.StructuredSearch.Operators
- Assembly
- Innova.Data.dll
BaseFixedDateOperator(string, List<object>)
Initializes a new instance of the BaseFixedDateOperator class with the specified field name and parameters.
protected BaseFixedDateOperator(string fieldName, List<object> parameters)
Parameters
fieldName
stringThe name of the field being searched.
parameters
List<object>The list of parameters for the operator.
BaseFixedDateOperator(string, DateTime)
Initializes a new instance of the BaseFixedDateOperator class with the specified field name and DateTime value.
public BaseFixedDateOperator(string fieldName, DateTime value)