Condividi tramite


Metodo ODataMessageWriter.CreateODataEntryWriter

Crea un oggetto ODataWriter per scrivere una voce.

Spazio dei nomi  Microsoft.Data.OData
Assembly:  Microsoft.Data.OData (in Microsoft.Data.OData.dll)

Sintassi

'Dichiarazione
Public Function CreateODataEntryWriter As ODataWriter
'Utilizzo
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

Valore restituito

Tipo: Microsoft.Data.OData.ODataWriter
Writer creato.

Vedere anche

Riferimento

ODataMessageWriter Classe

Spazio dei nomi Microsoft.Data.OData