Data Type Mapping
Data Type Mappings
The add-in maps types from the data source to the corresponding data type available in the schema. The table below documents these mappings.
SAP Business One (OData V3) | SAP Business One (OData V4) | CData Schema |
Edm.Binary | Edm.Binary | binary |
Edm.Boolean | Edm.Boolean | bool |
Edm.DateTime | Edm.DateTimeOffset | datetime |
Edm.Double | Edm.Double | double |
Edm.Guid | Edm.Guid | guid |
Edm.Int32 | Edm.Int32 | int |
Edm.String | Edm.String | string |
Edm.TimeOfDay | Edm.TimeOfDay | time |