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