Table of Contents

Class NotLikeOperator

Namespace
Innova.Data.StructuredSearch.Operators
Assembly
Innova.Data.dll

Represents a not like operator used in structured search queries.

[OperandType(typeof(string))]
public class NotLikeOperator : LikeOperator, INotifyPropertyChanged
Inheritance
NotLikeOperator
Implements

Constructors

NotLikeOperator(string, List<object>)

Initializes a new instance of the NotLikeOperator class with the specified field name and parameters.

NotLikeOperator(string, object)

Initializes a new instance of the NotLikeOperator class with the specified field name and value.

Methods

GetWhereExpression<T>(ParameterExpression)

Gets the expression representing the where clause for the operator.