ColumnDataType type

The column data type.
KnownColumnDataType can be used interchangeably with ColumnDataType, this enum contains the known values that the service supports.

Known values supported by the service

image: image
text: text
uniqueidentifier: uniqueidentifier
date: date
time: time
datetime2: datetime2
datetimeoffset: datetimeoffset
tinyint: tinyint
smallint: smallint
int: int
smalldatetime: smalldatetime
real: real
money: money
datetime: datetime
float: float
sql_variant: sql_variant
ntext: ntext
bit: bit
decimal: decimal
numeric: numeric
smallmoney: smallmoney
bigint: bigint
hierarchyid: hierarchyid
geometry: geometry
geography: geography
varbinary: varbinary
varchar: varchar
binary: binary
char: char
timestamp: timestamp
nvarchar: nvarchar
nchar: nchar
xml: xml
sysname: sysname

type ColumnDataType = string