ODataMessageReader.CreateODataCollectionReader Method
Creates an ODataCollectionReader to read 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 CreateODataCollectionReader As ODataCollectionReader
'Usage
Dim instance As ODataMessageReader
Dim returnValue As ODataCollectionReader
returnValue = instance.CreateODataCollectionReader()
public ODataCollectionReader CreateODataCollectionReader()
public:
ODataCollectionReader^ CreateODataCollectionReader()
member CreateODataCollectionReader : unit -> ODataCollectionReader
public function CreateODataCollectionReader() : ODataCollectionReader
Return Value
Type: Microsoft.Data.OData.ODataCollectionReader
The created collection reader.