Freigeben über


ODataMessageWriter.CreateODataCollectionWriter-Methode

Erstellt einen ODataCollectionWriter, um eine Auflistung primitiver oder komplexer Werte (als Ergebnis eines Dienstvorgangsaufrufs) zu schreiben.

Namespace:  Microsoft.Data.OData
Assembly:  Microsoft.Data.OData (in Microsoft.Data.OData.dll)

Syntax

'Declaration
Public Function CreateODataCollectionWriter As ODataCollectionWriter
'Usage
Dim instance As ODataMessageWriter
Dim returnValue As ODataCollectionWriter

returnValue = instance.CreateODataCollectionWriter()
public ODataCollectionWriter CreateODataCollectionWriter()
public:
ODataCollectionWriter^ CreateODataCollectionWriter()
member CreateODataCollectionWriter : unit -> ODataCollectionWriter 
public function CreateODataCollectionWriter() : ODataCollectionWriter

Rückgabewert

Typ: Microsoft.Data.OData.ODataCollectionWriter
Der erstellte Auflistungswriter.

Siehe auch

Verweis

ODataMessageWriter Klasse

Microsoft.Data.OData-Namespace