Supported EDM Core Types
Consume OData Service
The following table lists all the supported EDM core types along with their descriptions.
EDM Core Types | Description |
---|---|
Edm.Binary | Fixed- or variable- length binary data |
Edm.Boolean | Represents the mathematical concept of binary-valued logic |
Edm.Byte | Unsigned 8-bit integer value |
Edm.DateTime | Date and time with values |
Edm.DateTimeOffset | Offset in minutes from GMT |
Edm.Decimal | Numeric values with fixed precision and scale |
Edm.Double | A floating point number with 15 digits precision |
Edm.Guid | A 16-byte (128-bit) unique identifier value |
Edm.Int16 | A signed 16-bit integer value |
Edm.Int32 | A signed 32-bit integer value |
Edm.Int64 | A signed 64-bit integer value |
Edm.SByte | A signed 8-bit integer value |
Edm.Single | A floating point number with 7 digits precision |
Edm.String | Fixed- or variable-length character data |
Edm.Time | Time of day with values ranging from 0:00:00.x to 23:59:59 |
Edm.Duration | Duration Signed duration in days, hours, minutes, and (sub)seconds. |
Note: edm.float core type is not supported by the plug-in.
Note: edm.datetime core type precision to milliseconds
Sample data:
<d:UpdTmstmp>2020-03-14T23:41:11.123</d:UpdTmstmp>