UnaryExpressionType Enumeration
Specifies a unary expression type.
Namespace: Microsoft.Data.Schema.ScriptDom.Sql
Assembly: Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Enumeration UnaryExpressionType
[SerializableAttribute]
public enum UnaryExpressionType
[SerializableAttribute]
public enum class UnaryExpressionType
[<SerializableAttribute>]
type UnaryExpressionType
public enum UnaryExpressionType
Members
Member name | Description | |
---|---|---|
Positive | Type is Positive | |
Negative | Type is Negative | |
BitwiseNot | Type is BitwiseNot | |
Not | Type is Not | |
IsNull | Type is IsNull | |
IsNotNull | Type is IsNotNull |