Table of Contents

Class IsNullOperator

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

Represents an operator that checks if a field is null.

[NullableOperand(NullableOperandMode.Required)]
public class IsNullOperator : UnaryOperator, INotifyPropertyChanged
Inheritance
IsNullOperator
Implements
Derived

Constructors

IsNullOperator(string)

Initializes a new instance of the IsNullOperator class with the specified field name.

IsNullOperator(string, List<object>)

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

Methods

GetWhereExpression<T>(ParameterExpression)

Gets the expression that represents the where clause for the operator.