Class NotEqualsOperator
- Namespace
 - Innova.Data.StructuredSearch.Operators
 
- Assembly
 - Innova.Data.dll
 
Represents the not equals operator for structured search.
[OperandType(typeof(string))]
[OperandType(typeof(short))]
[OperandType(typeof(int))]
[OperandType(typeof(long))]
[OperandType(typeof(Guid))]
[OperandType(typeof(float))]
[OperandType(typeof(double))]
[OperandType(typeof(decimal))]
public class NotEqualsOperator : BinaryOperator, INotifyPropertyChanged
  - Inheritance
 - 
      objectNotEqualsOperator
 
- Implements
 
Constructors
- NotEqualsOperator(string, List<object>)
 Initializes a new instance of the NotEqualsOperator class with the specified field name and parameters.
- NotEqualsOperator(string, object)
 Initializes a new instance of the NotEqualsOperator class with the specified field name and value.
Methods
- GetWhereExpression<T>(ParameterExpression)
 Gets the expression representing the not equals operator for the specified type.