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