Table of Contents

Constructor DateLessThanOrEqualOperator

Namespace
Innova.Data.StructuredSearch.Operators
Assembly
Innova.Data.dll

DateLessThanOrEqualOperator(string, List<object>)

Initializes a new instance of the DateLessThanOrEqualOperator class with the specified field name and parameters.

public DateLessThanOrEqualOperator(string fieldName, List<object> parameters)

Parameters

fieldName string

The name of the field to apply the operator on.

parameters List<object>

The list of parameters for the operator.

DateLessThanOrEqualOperator(string, object)

Initializes a new instance of the DateLessThanOrEqualOperator class with the specified field name and value.

public DateLessThanOrEqualOperator(string fieldName, object value)

Parameters

fieldName string

The name of the field to apply the operator on.

value object

The value for the operator.