Windward Engine API Reference
GetStream Method
See Also  Send comments on this topic.
WindwardReportsDrivers.net.windward.AccessProviders Namespace > BaseFullAccessProvider Class : GetStream Method




connectionString
The file to read.

Glossary Item Box

Create the correct provider, read from it and return the response.

Syntax

Visual Basic (Declaration) 
Public Shared Function GetStream( _
   ByVal connectionString As String _
) As BaseFullAccessProvider.ResponseFull
Visual Basic (Usage)Copy Code
Dim connectionString As String
Dim value As BaseFullAccessProvider.ResponseFull
 
value = BaseFullAccessProvider.GetStream(connectionString)
C# 
public static BaseFullAccessProvider.ResponseFull GetStream( 
   string connectionString
)
Managed Extensions for C++ 
public: static BaseFullAccessProvider.ResponseFull* GetStream( 
   string* connectionString
) 
C++/CLI 
public:
static BaseFullAccessProvider.ResponseFull^ GetStream( 
   String^ connectionString
) 

Parameters

connectionString
The file to read.

Return Value

The read in file contents.

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.