Edit

Share via


Customize unsupported types

Applies To:# OData WebApi v7 for aspnet webapi supported Green circle with a checkmark inside it. OData AspNet WebApi V7# OData Webapi for Webapi supported Green circular checkmark icon to indicate a success. OData AspNet WebApi V6

ODataLib has a lot of its primitive types mapping to C# built-in types, for example, System.String maps to Edm.String, System.Guid maps to Edm.Guid. Web API OData adds supporting for some unsupported types in ODataLib, for example: unsigned int, unsigned long, etc.

The mapping list for the unsupported types are:

typemapping