ODataMessageReader.CreateODataCollectionReader Method
Include Protected Members
Include Inherited Members
Creates an ODataCollectionReader to read a collection of primitive or complex values (as result of a service operation invocation).
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
CreateODataCollectionReader() | Creates an ODataCollectionReader to read a collection of primitive or complex values (as result of a service operation invocation). | |
CreateODataCollectionReader(IEdmTypeReference) | Creates an ODataCollectionReader to read a collection of primitive or complex values (as result of a service operation invocation). |
Top