ODataMessageWriter.CreateODataCollectionWriter Method
Creates an ODataCollectionWriter to write a collection of primitive or complex values (as result of a service operation invocation).
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
Return Value
Type: Microsoft.Data.OData.ODataCollectionWriter
The created collection writer.