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 a feed.
Namespace: Microsoft.Data.OData
Assembly: Microsoft.Data.OData (in Microsoft.Data.OData.dll)
Syntax
'Declaration
Public Function CreateODataFeedWriter As ODataWriter
'Usage
Dim instance As ODataMessageWriter
Dim returnValue As ODataWriter
returnValue = instance.CreateODataFeedWriter()
public ODataWriter CreateODataFeedWriter()
public:
ODataWriter^ CreateODataFeedWriter()
member CreateODataFeedWriter : unit -> ODataWriter
public function CreateODataFeedWriter() : ODataWriter
Return Value
Type: Microsoft.Data.OData.ODataWriter
The created writer.