Skip to main content

CriteriaOperator.IsNotNull() Method

In This Article

Initializes a new UnaryOperator instance that checks whether the current criteria is not null.

Namespace: DevExpress.Data.Filtering

Assembly: DevExpress.Data.v24.2.dll

NuGet Package: DevExpress.Data

#Declaration

public UnaryOperator IsNotNull()

#Returns

Type Description
UnaryOperator

An unary operator that checks whether the current criteria is not null

See Also