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




connection
The connection we query.
uri
The full uri to read the results.
modelObj
The model for this datasource.
oDataVersionObj
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 Overrides Function ReadEntryList( _
   ByVal connection As BaseFullAccessProvider.ConnectionFull, _
   ByVal uri As String, _
   ByVal modelObj As Object, _
   ByVal oDataVersionObj As Object _
) As ODataUtilitiesBase.EntryList
Visual Basic (Usage)Copy Code
Dim instance As ODataUtilities
Dim connection As BaseFullAccessProvider.ConnectionFull
Dim uri As String
Dim modelObj As Object
Dim oDataVersionObj As Object
Dim value As ODataUtilitiesBase.EntryList
 
value = instance.ReadEntryList(connection, uri, modelObj, oDataVersionObj)
Managed Extensions for C++ 
public: ODataUtilitiesBase.EntryList* ReadEntryList( 
   BaseFullAccessProvider.ConnectionFull* connection,
   string* uri,
   Object* modelObj,
   Object* oDataVersionObj
) override 

Parameters

connection
The connection we query.
uri
The full uri to read the results.
modelObj
The model for this datasource.
oDataVersionObj
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.