Boolean
Byte
Double
Int16
Int32
Int64
SByte
Single
UInt16
UInt32
UInt64
DateTime
values in UTC.DateTimeOffset
data type.Decimal
values are stored as a 64-bit integer and has a precision of six decimals and a range between -4398046511103.999999
and 4398046511104.999999
. Trying to store a Decimal
value with higher precision or outside of the specified range will result in the following exception: ScErrCLRDecToX6DecRangeError (SCERR4246)
. In those cases, Double
can be used if the data loss is acceptable.Binary
data type is a Starcounter-defined datatype used to store binary data in the database. The maximum size of a binary field is 1 MiB.