OData V2 Protocol Reader Data Type | Transformation Data Type | Description |
---|---|---|
String | String | - |
Boolean | String | - |
GUID | String | - |
Int32 | Integer | - |
Int16 | Integer | - |
DateTime | String | For example, /Date(1592956800000)/ |
DateTimeOffset | String | For example, /Date(1592956800000)/ |
Decimal | Decimal | - |
Byte | Integer | - |
Time | String | - |
OData V2 Protocol Reader Data Type | Transformation Data Type | Description |
---|---|---|
String | String | - |
Boolean | String | - |
Int64 | Integer | - |
Int32 | Integer | - |
Int16 | Integer | - |
DateTime | String | Dates earlier than 1752-09-14 or pre-Gregorian calendar dates are not read accurately. |
DateTimeOffset | String | Dates earlier than 1752-09-14 or pre-Gregorian calendar dates are not read accurately. |
Decimal | Decimal | - |
Byte | Integer | - |
Time | String | - |