Class DateLessThanOrEqualOperator
- Namespace
- Innova.Data.StructuredSearch.Operators
- Assembly
- Innova.Data.dll
Represents the less than or equal to operator for date values.
[OperandType(typeof(DateTimeOffset))]
[OperandType(typeof(DateTime))]
[NullableOperand(NullableOperandMode.Allowed)]
public class DateLessThanOrEqualOperator : BinaryOperator, INotifyPropertyChanged
- Inheritance
-
DateLessThanOrEqualOperator
- Implements
Constructors
- DateLessThanOrEqualOperator(string, List<object>)
Initializes a new instance of the DateLessThanOrEqualOperator class with the specified field name and parameters.
- DateLessThanOrEqualOperator(string, object)
Initializes a new instance of the DateLessThanOrEqualOperator class with the specified field name and value.
Methods
- GetWhereExpression<T>(ParameterExpression)
Gets the expression representing the less than or equal to operator for the specified type.