Windward Engine API Reference
ReadNext Method
See Also  Send comments on this topic.
WindwardReportsDrivers.net.windward.datasource.odata Namespace > ODataUtilitiesBase.ReadListResult Class : ReadNext Method




Glossary Item Box

Get the next entry from the returned results AND remove it from the entries. This will read more blocks if needed.

Syntax

Visual Basic (Declaration) 
Public Function ReadNext() As IList(Of ODataUtilitiesBase.ResultProperty)
Visual Basic (Usage)Copy Code
Dim instance As ODataUtilitiesBase.ReadListResult
Dim value As IList(Of ODataUtilitiesBase.ResultProperty)
 
value = instance.ReadNext()
Managed Extensions for C++ 
public: IList<ODataUtilitiesBase.ResultProperty*>* ReadNext(); 
C++/CLI 
public:
IList<ODataUtilitiesBase.ResultProperty^>^ ReadNext(); 

Return Value

The requested entry.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family

See Also

© 2019 All Rights Reserved.