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
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
stringThe name of the field to check.
value
objectThe value to check.