Freigeben über


ODataReader.Read-Methode

Liest das nächste ODataItem aus der Nachrichtennutzlast.

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

Syntax

'Declaration
Public MustOverride Function Read As Boolean
'Usage
Dim instance As ODataReader
Dim returnValue As Boolean

returnValue = instance.Read()
public abstract bool Read()
public:
virtual bool Read() abstract
abstract Read : unit -> bool 
public abstract function Read() : boolean

Rückgabewert

Typ: System.Boolean
true , wenn weitere Elemente gelesen wurden; andernfalls false.

Siehe auch

Verweis

ODataReader Klasse

Microsoft.Data.OData-Namespace