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.
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.