Freigeben über


ODataBatchReader.Read-Methode

Liest den nächsten Teil aus der Nutzlast von Batchnachrichten.

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

Syntax

'Declaration
Public Function Read As Boolean
'Usage
Dim instance As ODataBatchReader
Dim returnValue As Boolean

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

Rückgabewert

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

Siehe auch

Verweis

ODataBatchReader Klasse

Microsoft.Data.OData-Namespace