A newer version of this page is available.
Switch to the current version.
UnaryOperator Class
An unary operator which performs an operation on only one expression.
Namespace: DevExpress.Data.Filtering
Assembly: DevExpress.Data.v19.1.dll
Declaration
public class UnaryOperator :
CriteriaOperator
Public Class UnaryOperator
Inherits CriteriaOperator
Related API Members
The following members accept/return UnaryOperator objects:
Library | Related API Members |
---|---|
Cross-Platform Class Library | CriteriaOperator.IsNotNull() |
CriteriaOperator.IsNull() | |
CriteriaOperator.Not() | |
UnaryOperator.Clone() | |
Windows 10 App Controls | CriteriaOperator.IsNotNull() |
CriteriaOperator.IsNull() | |
CriteriaOperator.Not() |
Remarks
To create an unary operator, create a new instance of the UnaryOperator class with the specified settings. The UnaryOperator.OperatorType property specifies the type of the unary operator.
For more information on building criteria, see Creating Criteria.
Inheritance
See Also
Feedback