Datatypes
ETLyte supports the following datatypes, as defined by their C# counterparts.
- string
- byte
- sbyte
- short
- ushort
- int
- uint
- long
- ulong
- float
- double
- decimal
- Boolean
- DateTime
- object
- char
- TimeSpan
- URI
ETLyte supports the following datatypes, as defined by their C# counterparts.