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
fieldNamestringThe name of the field to perform the "like" comparison on.
parametersList<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
fieldNamestringThe name of the field to perform the "like" comparison on.
valueobjectThe value for the "like" comparison.