Table of Contents

Constructor LikeOperator

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

LikeOperator(string, List<object>)

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

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

Parameters

fieldName string

The name of the field to perform the "like" comparison on.

parameters List<object>

The list of parameters for the "like" comparison.

LikeOperator(string, object)

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

public LikeOperator(string fieldName, object value)

Parameters

fieldName string

The name of the field to perform the "like" comparison on.

value object

The value for the "like" comparison.