Windward Studios 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 10, Windows NT, Windows Server

See Also

Windward Studios - .NET Document Generation software