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

CriteriaOperator.IsNull() Method

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

Namespace: DevExpress.Data.Filtering

Assembly: DevExpress.Data.v21.1.dll

NuGet Package: DevExpress.Data

Declaration

public UnaryOperator IsNull()

Returns

Type Description
UnaryOperator

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

See Also