OdbcLiteralType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the Odbc Literal Types
public enum OdbcLiteralType
type OdbcLiteralType =
Public Enum OdbcLiteralType
- Inheritance
-
OdbcLiteralType
Fields
Name | Value | Description |
---|---|---|
Time | 0 | Of the format {t [N]''} |
Date | 1 | Of the format {d [N]''} |
Timestamp | 2 | Of the format {ts [N]''} |
Guid | 3 | Of the format {guid [N]''} |