LiteralType Enumeration
Specifies the literal type.
Namespace: Microsoft.Data.Schema.ScriptDom.Sql
Assembly: Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)
Syntax
'Declaration
Public Enumeration LiteralType
public enum LiteralType
public enum class LiteralType
type LiteralType
public enum LiteralType
Members
Member name | Description | |
---|---|---|
Integer | Type is Integer | |
Real | Type is Real | |
Money | Type is Money | |
Binary | Type is Binary | |
AsciiStringLiteral | Type is AsciiStringLiteral | |
UnicodeStringLiteral | Type is UnicodeStringLiteral | |
Null | Type is Null | |
Variable | Type is Variable | |
Default | Type is Default | |
Max | Type is Max | |
OdbcTimeAsciiStringLiteral | Type is OdbcTimeAsciiStringLiteral | |
OdbcTimeUnicodeStringLiteral | Type is OdbcTimeUnicodeStringLiteral | |
OdbcDateAsciiStringLiteral | Type is OdbcDateAsciiStringLiteral | |
OdbcDateUnicodeStringLiteral | Type is OdbcDateUnicodeStringLiteral | |
OdbcTimestampAsciiStringLiteral | ||
OdbcTimestampUnicodeStringLiteral | ||
OdbcGuidAsciiStringLiteral | ||
OdbcGuidUnicodeStringLiteral |