Windward Engine API Reference
ReadList Method
See Also  Send comments on this topic.
WindwardReportsDrivers.net.windward.datasource.odata.odatav123 Namespace > ODataUtilities Class : ReadList Method




connection
The connection we query.
uri
The full uri to read the results.
model
The model for this datasource.
oDataVersion
The OData version for this datasource.

Glossary Item Box

Read a list of results. The results may be paged and that will be handled by the returned object.

Syntax

Visual Basic (Declaration) 
Public Overrides Function ReadList( _
   ByVal connection As BaseFullAccessProvider.ConnectionFull, _
   ByVal uri As String, _
   ByVal model As Object, _
   ByVal oDataVersion As Object _
) As ODataUtilitiesBase.ReadListResult
Visual Basic (Usage)Copy Code
Dim instance As ODataUtilities
Dim connection As BaseFullAccessProvider.ConnectionFull
Dim uri As String
Dim model As Object
Dim oDataVersion As Object
Dim value As ODataUtilitiesBase.ReadListResult
 
value = instance.ReadList(connection, uri, model, oDataVersion)
Managed Extensions for C++ 
public: ODataUtilitiesBase.ReadListResult* ReadList( 
   BaseFullAccessProvider.ConnectionFull* connection,
   string* uri,
   Object* model,
   Object* oDataVersion
) override 

Parameters

connection
The connection we query.
uri
The full uri to read the results.
model
The model for this datasource.
oDataVersion
The OData version for this datasource.

Return Value

The requested list. This list has the nextUri info.

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.