Class GreaterThanOperator
- Namespace
- Innova.Data.StructuredSearch.Operators
- Assembly
- Innova.Data.dll
[OperandType(typeof(double))]
[OperandType(typeof(decimal))]
[NullableOperand(NullableOperandMode.Allowed)]
public class GreaterThanOperator : BinaryOperator, INotifyPropertyChanged
- Inheritance
-
GreaterThanOperator
- Implements
- Derived
Constructors
- GreaterThanOperator(string, List<object>)
Initializes a new instance of the GreaterThanOperator class with the specified field name and parameters.
- GreaterThanOperator(string, object)
Initializes a new instance of the GreaterThanOperator class with the specified field name and value.
Methods
- GetWhereExpression<T>(ParameterExpression)
Gets the where expression for the specified type.