Skip to main content
A newer version of this page is available. .

CriteriaOperator.IsNotNull() Method

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

Namespace: DevExpress.Data.Filtering

Assembly: DevExpress.Data.v21.2.dll

NuGet Packages: DevExpress.Data, DevExpress.Win.Design

Declaration

public UnaryOperator IsNotNull()

Returns

Type Description
UnaryOperator

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

See Also