Class DateEqualsOperator
- Namespace
 - Innova.Data.StructuredSearch.Operators
 
- Assembly
 - Innova.Data.dll
 
Represents an operator that checks if a date value is equal to a specified value.
[OperandType(typeof(DateTime))]
[OperandType(typeof(DateTime?))]
[OperandType(typeof(DateTimeOffset?))]
[OperandType(typeof(DateTimeOffset))]
public class DateEqualsOperator : BinaryOperator, INotifyPropertyChanged
  - Inheritance
 - 
      objectDateEqualsOperator
 
- Implements
 
Constructors
- DateEqualsOperator(string, List<object>)
 Initializes a new instance of the DateEqualsOperator class with the specified field name and parameters.
- DateEqualsOperator(string, object)
 Initializes a new instance of the DateEqualsOperator class with the specified field name and value.
Methods
- GetWhereExpression<T>(ParameterExpression)
 Gets the expression that represents the comparison operation.