Constructor StartsWithOperator
- Namespace
 - Innova.Data.StructuredSearch.Operators
 
- Assembly
 - Innova.Data.dll
 
StartsWithOperator(string, List<object>)
Initializes a new instance of the StartsWithOperator class with the specified field name and parameters.
public StartsWithOperator(string fieldName, List<object> parameters)
Parameters
fieldNamestringThe name of the field to apply the operator on.
parametersList<object>The list of parameters for the operator.
StartsWithOperator(string, object)
Initializes a new instance of the StartsWithOperator class with the specified field name and value.
public StartsWithOperator(string fieldName, object value)
Parameters
fieldNamestringThe name of the field to apply the operator on.
valueobjectThe value to check if the field starts with.