SqlDataType 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.
public enum SqlDataType
type SqlDataType =
Public Enum SqlDataType
- Inheritance
-
SqlDataType
Fields
Name | Value | Description |
---|---|---|
None | 0 | |
BigInt | 1 | |
Binary | 2 | |
Bit | 3 | |
Char | 4 | |
Date | 5 | |
DateTime | 6 | |
DateTime2 | 7 | |
DateTimeOffset | 8 | |
Decimal | 9 | |
Float | 10 | |
Geography | 11 | |
Geometry | 12 | |
HierarchyId | 13 | |
Image | 14 | |
Int | 15 | |
Money | 16 | |
NChar | 17 | |
NText | 18 | |
Numeric | 19 | |
NVarChar | 20 | |
NVarCharMax | 21 | |
Real | 22 | |
SmallDateTime | 23 | |
SmallInt | 24 | |
SmallMoney | 25 | |
SysName | 26 | |
Text | 27 | |
Time | 28 | |
Timestamp | 29 | |
TinyInt | 30 | |
UniqueIdentifier | 31 | |
VarBinary | 32 | |
VarBinaryMax | 33 | |
VarChar | 34 | |
VarCharMax | 35 | |
Variant | 36 | |
Xml | 37 | |
XmlNode | 38 |