Class | Description | |
---|---|---|
ODataDataSourceBase | ||
ODataQueryHelper | ||
ODataResultRow | ||
ODataUtilitiesBase | ||
ODataUtilitiesBase.EntryList | The collection of entries returned by a select. If these results are paged, this contains the uri for the next page for this specific entry list's next page of results. | |
ODataUtilitiesBase.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. | |
ODataUtilitiesBase.ResultCollectionValue | A collection of values in an entry. | |
ODataUtilitiesBase.ResultComplexValue | A complex value (list of properties) in an entry. | |
ODataUtilitiesBase.ResultEntry | A single entry. This is composed of the property values containing the entry properties. And if this is built with a $expand, the list of Feeds is the list of entries joined to this entry. | |
ODataUtilitiesBase.ResultProperty | A single property in an entry. |