UnaryOperatorKind Enumeration

Enumerates the binary operators.

Namespace:  Microsoft.Data.OData.Query
Assembly:  Microsoft.Data.OData (in Microsoft.Data.OData.dll)

Syntax

'Declaration
Public Enumeration UnaryOperatorKind
'Usage
Dim instance As UnaryOperatorKind
public enum UnaryOperatorKind
public enum class UnaryOperatorKind
type UnaryOperatorKind
public enum UnaryOperatorKind

Members

Member name Description
Negate The unary negation operator.

Not The not operator.

See Also

Reference

Microsoft.Data.OData.Query Namespace