DataType Enum

Namespace
Macrobject.NObject

Syntax
type DataType = (
Int16   = 0 ,
Int32   = 1 ,
Int64   = 2 ,
Float   = 3 ,
Double   = 4 ,
Decimal   = 5 ,
Bool   = 6 ,
DateTime   = 7 ,
Guid   = 8 ,
String   = 9 ,
Text   = 10 ,
Binary   = 11 ,
Blob   = 12
);