ODataMessageReader.CreateODataEntryReader Method
Creates an ODataReader to read an entry.
Namespace: Microsoft.Data.OData
Assembly: Microsoft.Data.OData (in Microsoft.Data.OData.dll)
Syntax
'Declaration
Public Function CreateODataEntryReader As ODataReader
'Usage
Dim instance As ODataMessageReader
Dim returnValue As ODataReader
returnValue = instance.CreateODataEntryReader()
public ODataReader CreateODataEntryReader()
public:
ODataReader^ CreateODataEntryReader()
member CreateODataEntryReader : unit -> ODataReader
public function CreateODataEntryReader() : ODataReader
Return Value
Type: Microsoft.Data.OData.ODataReader
The created reader.