Unsigned integer type in OData?
Is there a way to specify unsigned integers in the OData Metadata (CSDL) format? I have a data structure that contains an unsigned 64 bit integer, but from the documentation here it seems there isn't a choice for unsigned integers?
What are my options? Use the string version of the 64 bit number, or use the Edm.Binary type to spec开发者_如何学Cify the hex representation? Is there a better way?
精彩评论