WebApi treats Enum type as String and processes Enum type specially.
Since OData V4 supports Enum type, we want to support Enum type in WebApi after OData migrates to V4.
ODataModelBuilder, ODataConventionModelBuilder, serialization, deserialization and query should be modified to support this feature.
Since OData V4 supports Enum type, we want to support Enum type in WebApi after OData migrates to V4.
ODataModelBuilder, ODataConventionModelBuilder, serialization, deserialization and query should be modified to support this feature.