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




tag
stack

Glossary Item Box

Syntax

Visual Basic (Declaration) 
Public Function GetForEach( _
   ByVal tag As ForEachTag, _
   ByVal stack As IList(Of DataSourceNode) _
) As Object
Visual Basic (Usage)Copy Code
Dim instance As SFDataSourceProvider.SalesForceDataSourceNode
Dim tag As ForEachTag
Dim stack As IList(Of DataSourceNode)
Dim value As Object
 
value = instance.GetForEach(tag, stack)
C# 
public object GetForEach( 
   ForEachTag tag,
   IList<DataSourceNode> stack
)
Managed Extensions for C++ 
public: Object* GetForEach( 
   ForEachTag* tag,
   IList<DataSourceNode*>* stack
) 
C++/CLI 
public:
Object^ GetForEach( 
   ForEachTag^ tag,
   IList<DataSourceNode^>^ stack
) 

Parameters

tag
stack

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.