Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Reads an ODataFeed or an ODataItem from the reader.
Namespace: System.Web.Http.OData.Formatter.Deserialization
Assembly: System.Web.Http.OData (in System.Web.Http.OData.dll)
Syntax
public static ODataItemBase ReadEntryOrFeed(
ODataReader reader
)
public:
static ODataItemBase^ ReadEntryOrFeed(
ODataReader^ reader
)
static member ReadEntryOrFeed :
reader:ODataReader -> ODataItemBase
Public Shared Function ReadEntryOrFeed (
reader As ODataReader
) As ODataItemBase
Parameters
reader
Type: Microsoft.Data.OData.ODataReaderThe OData reader to read from.
Return Value
Type: System.Web.Http.OData.Formatter.Deserialization.ODataItemBase
The read feed or entry.
See Also
ODataEntityDeserializer Class
System.Web.Http.OData.Formatter.Deserialization Namespace
Return to top