Freigeben über


ODataMessageWriter.CreateODataEntryWriter-Methode

Erstellt einen ODataWriter, um einen Eintrag zu schreiben.

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

Rückgabewert

Typ: Microsoft.Data.OData.ODataWriter
Der erstellte Writer.

Siehe auch

Verweis

ODataMessageWriter Klasse

Microsoft.Data.OData-Namespace