FactoryStudio tag type | .NET Framework type | SQL database type |
Digital | Boolean | Bit |
Integer | int32 | int |
Long | int64 | bigint |
Double | double | float |
Decimal | decimal | decimal |
Text | string char[] | nchar, ntext, char, text, varchar |
DateTime | DateTimeOffset | DateTime, DateTimeOffset |
TimeSpan | TimeSpan | Time |
Timer | int32 | int |
Image | byte[] | Binary, Image, VarBinary |
Guid | Guid | UniqueIdentifier |
DataTable | System.Data.DataTable |