CriteriaOperator.IsNull() Method
In This Article
Initializes a new UnaryOperator instance that checks whether the current criteria is null.
Namespace: DevExpress.Data.Filtering
Assembly: DevExpress.Data.v24.2.dll
NuGet Package: DevExpress.Data
#Declaration
public UnaryOperator IsNull()
#Returns
Type | Description |
---|---|
Unary |
An unary operator instance that checks whether the current criteria is null |
See Also