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




dataSourceNode
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
tag
The ForEach tag.
stack
The node stack at the forEach tag location.

Return Value

The DataTable of the rows returned.

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.