Share via


ODataCollectionReader.Read Method ()

 

Reads the next item from the message payload.

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

Syntax

public abstract bool Read()
public:
virtual bool Read() abstract
abstract Read : unit -> bool
Public MustOverride Function Read As Boolean

Return Value

Type: System.Boolean

true if more items were read; otherwise false.

See Also

ODataCollectionReader Class
Microsoft.OData.Core Namespace

Return to top