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