Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Reads the next part from the batch message payload.
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
Return Value
Type: System.Boolean
True if more items were read; otherwise false.