Return the datatype of the column or computed field.
let type=dw_1.items.itemcode.coltype;
Return follow values
•Char (n) -- n is the number of characters
•DateTime
•Decimal (n) -- n is the number of decimal places
•Int
•Long
•Number
•Real
•Time
•Timestamp
•ULong