Class IsNotNullOperator
- Namespace
- Innova.Data.StructuredSearch.Operators
- Assembly
- Innova.Data.dll
Represents an operator that checks if a field is not null.
public class IsNotNullOperator : IsNullOperator, INotifyPropertyChanged
- Inheritance
-
IsNotNullOperator
- Implements
Constructors
- IsNotNullOperator(string)
Initializes a new instance of the IsNotNullOperator class with the specified field name.
- IsNotNullOperator(string, List<object>)
Initializes a new instance of the IsNotNullOperator class with the specified field name and parameters.
Methods
- GetWhereExpression<T>(ParameterExpression)
Gets the expression that represents the where clause for the operator.