Windward Studios API Reference
GetForEach Method
See Also  Send comments on this topic.
WindwardReportsDrivers.net.windward.datasource.abstract_datasource Namespace > AbstractDataSourceMetaDataHelper Class : GetForEach Method




dataSourceNode
The data source node to operate on.
tag
The ForEach tag.
stack
The node stack at the ForEach tag location.

Glossary Item Box

This method is only called by AutoTag. It returns a DataTable of the rows a ForEach tag will return.

Syntax

Visual Basic (Declaration) 
Public Shared Function GetForEach( _
   ByVal dataSourceNode As net.windward.datasource.abstract_datasource.AbstractDataSourceNode, _
   ByVal tag As ForEachTag, _
   ByVal stack As IList(Of DataSourceNode) _
) As Object
Visual Basic (Usage)Copy Code
Dim dataSourceNode As net.windward.datasource.abstract_datasource.AbstractDataSourceNode
Dim tag As ForEachTag
Dim stack As IList(Of DataSourceNode)
Dim value As Object
 
value = AbstractDataSourceMetaDataHelper.GetForEach(dataSourceNode, tag, stack)
C# 
public static object GetForEach( 
   net.windward.datasource.abstract_datasource.AbstractDataSourceNode dataSourceNode,
   ForEachTag tag,
   IList<DataSourceNode> stack
)
Managed Extensions for C++ 
public: static Object* GetForEach( 
   net.windward.datasource.abstract_datasource.AbstractDataSourceNode* dataSourceNode,
   ForEachTag* tag,
   IList<DataSourceNode*>* stack
) 
C++/CLI 
public:
static Object^ GetForEach( 
   net.windward.datasource.abstract_datasource.AbstractDataSourceNode^ dataSourceNode,
   ForEachTag^ tag,
   IList<DataSourceNode^>^ stack
) 

Parameters

dataSourceNode
The data source node to operate on.
tag
The ForEach tag.
stack
The node stack at the ForEach tag location.

Return Value

The DataTable of the rows returned. May return something else.

Requirements

Platforms: Windows 10, Windows NT, Windows Server

See Also

Windward Studios - .NET Document Generation software