Class StartsWithOperator
- Namespace
- Innova.Data.StructuredSearch.Operators
- Assembly
- Innova.Data.dll
Represents an operator that checks if a string starts with a specified value.
[OperandType(typeof(string))]
public class StartsWithOperator : BinaryOperator, INotifyPropertyChanged
- Inheritance
-
StartsWithOperator
- Implements
- Derived
Constructors
- StartsWithOperator(string, List<object>)
Initializes a new instance of the StartsWithOperator class with the specified field name and parameters.
- StartsWithOperator(string, object)
Initializes a new instance of the StartsWithOperator class with the specified field name and value.
Methods
- GetWhereExpression<T>(ParameterExpression)
Gets the expression representing the operator's logic.