Table of Contents

Constructor EndsWithOperator

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

EndsWithOperator(string, List<object>)

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

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

Parameters

fieldName string

The name of the field to check.

parameters List<object>

The list of parameters.

EndsWithOperator(string, object)

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

public EndsWithOperator(string fieldName, object value)

Parameters

fieldName string

The name of the field to check.

value object

The value to check.