Data Type Mapping
Data Type Mappings
The connector maps types from the data source to the corresponding data type available in the schema. The table below documents these mappings.
Azure Table Storage (OData V3) | CData Schema |
Edm.Binary | binary |
Edm.Boolean | bool |
Edm.DateTime | datetime |
Edm.Double | double |
Edm.Guid | guid |
Edm.Int32 | int |
Edm.Int64 | long |
Edm.String | string |
Edm.TimeOfDay | time |