The following table lists the parameter types.
Parameter types
Parameter type |
Description |
---|---|
Byte |
Defines the 8-bit integer type |
Date |
Defines the date format YYYY-MM-DD |
DateTime |
Defines the datetime format YYYY-MM-DDThh:mm:ss.fff (Fractional seconds are optional) |
Decimal |
Defines the decimal number type |
Double |
Defines the double-precision floating point number type |
Float |
Defines the single-precision floating point number type |
Int |
Defines the signed 32-bit integer type |
Long |
Defines the signed 64-bit integer type |
Short |
Defines the signed 16-bit integer type |
String |
Defines the Unicode character type |
Time |
Defines the time format hh:mm:ss.fff (Fractional seconds are optional) |
UnsignedByte |
Defines unsigned 8-bit integer type |
UnsignedInt |
Defines unsigned 32-bit integer type |
UnsignedLong |
Defines unsigned 64-bit integer type |
UnsignedShort |
Defines unsigned 16-bit integer type |
The multiple values separator symbol is a semicolon (;). For example, 123;456 or abc;xyz. A minimum value and maximum value of a range is separated by a pipe symbol (|). For example, 1.99|10.99.
Parent Topic |