Class LessThanOperator
- Namespace
- Innova.Data.StructuredSearch.Operators
- Assembly
- Innova.Data.dll
Represents a less than operator used in structured search.
public class LessThanOperator : GreaterThanOperator, INotifyPropertyChanged
- Inheritance
-
LessThanOperator
- Implements
Constructors
- LessThanOperator(string, List<object>)
Initializes a new instance of the LessThanOperator class with the specified field name and parameters.
- LessThanOperator(string, object)
Initializes a new instance of the LessThanOperator class with the specified field name and value.
Methods
- GetWhereExpression<T>(ParameterExpression)
Gets the expression representing the less than operator.