Table of Contents

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 string

The 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)

Parameters

fieldName string

The name of the field being searched.

value DateTime

The DateTime value used by the operator.