Data Type Mapping
Data Type Mappings
The 本製品 maps types from the data source to the corresponding data type available in the schema. The table below documents these mappings.
Microsoft OneDrive (OData V4) | CData Schema |
Edm.Binary | binary |
Edm.Boolean | bool |
Edm.Date | datetime |
Edm.DateTimeOffset | datetime |
Edm.Decimal | decimal |
Edm.Double | double |
Edm.Guid | guid |
Edm.Int32 | int |
Edm.String | string |
Edm.TimeOfDay | time |