Class EndsWithOperator
- Namespace
- Innova.Data.StructuredSearch.Operators
- Assembly
- Innova.Data.dll
Represents an operator that checks if a field ends with a specified value.
public class EndsWithOperator : StartsWithOperator, INotifyPropertyChanged
- Inheritance
-
EndsWithOperator
- Implements
Constructors
- EndsWithOperator(string, List<object>)
Initializes a new instance of the EndsWithOperator class with the specified field name and parameters.
- EndsWithOperator(string, object)
Initializes a new instance of the EndsWithOperator class with the specified field name and value.
Methods
- GetWhereExpression<T>(ParameterExpression)
Gets the expression that represents the where clause for the operator.