Windward Studios API Reference
GetDataTable Method
See Also  Send comments on this topic.
WindwardReportsDrivers.net.windward.datasource.abstract_datasource Namespace > IDataSourceDotNetResultSet Interface : GetDataTable Method




tag
stack
begin
step
end

Glossary Item Box

Gets the full result set as a DataTable. This method is used by the abstract datasource to populate wizard results in AT.

Syntax

Visual Basic (Declaration) 
Function GetDataTable( _
   ByVal tag As BaseTag, _
   ByVal stack As IList(Of DataSourceNode), _
   ByVal begin As Integer, _
   ByVal step As Integer, _
   ByVal end As Integer _
) As Object
Visual Basic (Usage)Copy Code
Dim instance As IDataSourceDotNetResultSet
Dim tag As BaseTag
Dim stack As IList(Of DataSourceNode)
Dim begin As Integer
Dim step As Integer
Dim end As Integer
Dim value As Object
 
value = instance.GetDataTable(tag, stack, begin, step, end)
C# 
object GetDataTable( 
   BaseTag tag,
   IList<DataSourceNode> stack,
   int begin,
   int step,
   int end
)
Managed Extensions for C++ 
Object* GetDataTable( 
   BaseTag* tag,
   IList<DataSourceNode*>* stack,
   int begin,
   int step,
   int end
) 
C++/CLI 
Object^ GetDataTable( 
   BaseTag^ tag,
   IList<DataSourceNode^>^ stack,
   int begin,
   int step,
   int end
) 

Parameters

tag
stack
begin
step
end

Requirements

Platforms: Windows 10, Windows NT, Windows Server

See Also

Windward Studios - .NET Document Generation software