OData

Create and consume RESTful APIs in a simple and standard way

Dynamic properties container property in OData Client

When working with open types in an OData service, dynamic properties are held in a container property of type IDictionary<string, object>. However, support for a similar container property has traditionally been absent in OData client. For this reason, dynamic properties returned from an OData service could only be mapped to declared ...