Windward Engine API Reference
ReadEntryList Method
See Also  Send comments on this topic.
WindwardReportsDrivers.net.windward.datasource.odata Namespace > ODataUtilitiesBase Class : ReadEntryList 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 the EntryList will have the NextUris.

Syntax

Visual Basic (Declaration) 
Public MustOverride Function ReadEntryList( _
   ByVal connection As BaseFullAccessProvider.ConnectionFull, _
   ByVal uri As String, _
   ByVal model As Object, _
   ByVal oDataVersion As Object _
) As ODataUtilitiesBase.EntryList
Visual Basic (Usage)Copy Code
Dim instance As ODataUtilitiesBase
Dim connection As BaseFullAccessProvider.ConnectionFull
Dim uri As String
Dim model As Object
Dim oDataVersion As Object
Dim value As ODataUtilitiesBase.EntryList
 
value = instance.ReadEntryList(connection, uri, model, oDataVersion)
Managed Extensions for C++ 
public: abstract ODataUtilitiesBase.EntryList* ReadEntryList( 
   BaseFullAccessProvider.ConnectionFull* connection,
   string* uri,
   Object* model,
   Object* oDataVersion
) 
C++/CLI 
public:
abstract ODataUtilitiesBase.EntryList^ ReadEntryList( 
   BaseFullAccessProvider.ConnectionFull^ connection,
   String^ uri,
   Object^ model,
   Object^ oDataVersion
) 

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 entry list.

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.