Enum SqlInstanceSqlDataType
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
The data type of a column.
public enum SqlInstanceSqlDataType
Fields
BigInt = 2The data type is BIGINT.
Binary = 3The data type is BINARY.
Bit = 4The data type is BIT.
Char = 5The data type is CHAR.
Date = 6The data type is DATE.
DateTime = 7The data type is DATETIME.
DateTime2 = 8The data type is DATETIME2.
DateTimeOffset = 9The data type is DATETIMEOFFSET.
Decimal = 10The data type is DECIMAL.
Float = 11The data type is FLOAT.
Geography = 12The data type is GEOGRAPHY.
Geometry = 13The data type is GEOMETRY.
HierarchyId = 14The data type is HIERARCHYID.
Image = 15The data type is IMAGE.
Int = 16The data type is INT.
Money = 17The data type is MONEY.
NChar = 18The data type is NCHAR.
NText = 19The data type is NTEXT.
NVarChar = 21The data type is NVARCHAR.
NVarCharMax = 22The data type is NVARCHARMAX.
None = 1The data type is none.
Numeric = 20The data type is NUMERIC.
Real = 23The data type is REAL.
SmallDateTime = 24The data type is SMALLDATETIME.
SmallInt = 25The data type is SMALLINT.
SmallMoney = 26The data type is SMALLMONEY.
SysName = 27The data type is SYSNAME.
Text = 28The data type is TEXT.
Time = 29The data type is TIME.
Timestamp = 30The data type is TIMESTAMP.
TinyInt = 31The data type is TINYINT.
UniqueIdentifier = 32The data type is UNIQUEIDENTIFIER.
Unknown = 0The data type is unknown.
UserDefinedDataType = 33The data type is USERDEFINEDDATATYPE.
UserDefinedTableType = 34The data type is USERDEFINEDTABLETYPE.
UserDefinedType = 35The data type is USERDEFINEDTYPE.
VarBinary = 36The data type is VARBINARY.
VarBinaryMax = 37The data type is VARBINARYMAX.
VarChar = 38The data type is VARCHAR.
VarCharMax = 39The data type is VARCHARMAX.
Variant = 40The data type is VARIANT.
Xml = 41The data type is XML.