Class | Description | |
---|---|---|
![]() | HTTPClientRequestMessage | A request to the OData server. This is borrowed from the OData samples. |
![]() | HTTPClientResponseMessage | A response from the OData server. This is borrowed from the OData samples. |
![]() | ODataDataSource | Datasource connection to an OData datasource. |
![]() | ODataUtilities | Classes to access the OData server. |
![]() | ODataUtilities.ReadListResult | When reading a list of results, returns this class. This class holds a block of results that are read through. When moving through the list, previous entries are dropped. Reading does not cause a move and you can read ahead. |