Partager via


Méthode ODataMessageWriter.CreateODataEntryWriter

Crée un ODataWriter pour écrire une entrée.

Espace de noms :  Microsoft.Data.OData
Assembly :  Microsoft.Data.OData (en Microsoft.Data.OData.dll)

Syntaxe

'Déclaration
Public Function CreateODataEntryWriter As ODataWriter
'Utilisation
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

Valeur de retour

Type : Microsoft.Data.OData.ODataWriter
Enregistreur créé.

Voir aussi

Référence

ODataMessageWriter Classe

Espace de noms Microsoft.Data.OData