ODataMessageWriter.CreateODataEntryWriter Method

Creates an ODataWriter to write an entry.

Namespace:  Microsoft.Data.OData
Assembly:  Microsoft.Data.OData (in Microsoft.Data.OData.dll)

Syntax

'Declaration
Public Function CreateODataEntryWriter As ODataWriter
'Usage
Dim instance As ODataMessageWriter 
Dim returnValue As ODataWriter 

returnValue = instance.CreateODataEntryWriter()
public ODataWriter CreateODataEntryWriter()
public:
ODataWriter^ CreateODataEntryWriter()
member CreateODataEntryWriter : unit -> ODataWriter
public function CreateODataEntryWriter() : ODataWriter

Return Value

Type: Microsoft.Data.OData.ODataWriter
The created writer.

See Also

Reference

ODataMessageWriter Class

CreateODataEntryWriter Overload

Microsoft.Data.OData Namespace