Windward Engine API Reference
ODataQueryHelper Constructor
See Also  Send comments on this topic.
WindwardReportsDrivers.net.windward.datasource.odata Namespace > ODataQueryHelper Class : ODataQueryHelper Constructor




provider
connectionString
oDataDataSourceBase

Glossary Item Box

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal provider As HttpAccessProvider, _
   ByVal connectionString As String, _
   ByVal oDataDataSourceBase As ODataDataSourceBase _
)
Visual Basic (Usage)Copy Code
Dim provider As HttpAccessProvider
Dim connectionString As String
Dim oDataDataSourceBase As ODataDataSourceBase
 
Dim instance As New ODataQueryHelper(provider, connectionString, oDataDataSourceBase)
Managed Extensions for C++ 
public: ODataQueryHelper( 
   HttpAccessProvider* provider,
   string* connectionString,
   ODataDataSourceBase* oDataDataSourceBase
)
C++/CLI 
public:
ODataQueryHelper( 
   HttpAccessProvider^ provider,
   String^ connectionString,
   ODataDataSourceBase^ oDataDataSourceBase
)

Parameters

provider
connectionString
oDataDataSourceBase

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.