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 item from the message payload.
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 ODataCollectionReader
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
Return Value
Type: System.Boolean
True if more items were read; otherwise false.