Share via


TernaryExpressionType Enumeration

Specifies the ternary 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 TernaryExpressionType
[SerializableAttribute]
public enum TernaryExpressionType
[SerializableAttribute]
public enum class TernaryExpressionType
[<SerializableAttribute>]
type TernaryExpressionType
public enum TernaryExpressionType

Members

Member name Description
Between Type is Between
NotBetween Type is NotBetween

See Also

Reference

Microsoft.Data.Schema.ScriptDom.Sql Namespace