This represents a node in the datasource. Every time a forEach loop is entered one of these nodes must be created and is pushed on to the stack of forEach nodes.When a forEach is exited, the node is pop'ed off the stack. The base node is the DataSourceProvider.getRootNode().
Object Model
Syntax
Visual Basic (Declaration) | |
---|
Public MustInherit NotInheritable Class AbstractDataSourceMetaDataHelper |
C# | |
---|
public static class AbstractDataSourceMetaDataHelper |
Managed Extensions for C++ | |
---|
public __gc abstract __sealed class AbstractDataSourceMetaDataHelper |
C++/CLI | |
---|
public ref class AbstractDataSourceMetaDataHelper abstract sealed |
Inheritance Hierarchy
System.Object
WindwardReportsDrivers.net.windward.datasource.abstract_datasource.AbstractDataSourceMetaDataHelper
Requirements
Namespace: WindwardReportsDrivers.net.windward.datasource.abstract_datasource
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family
Assembly: WindwardReportsDrivers (in C:\agent\_work\1\s\Engine\DotNetEngine\WindwardReportsDrivers\bin\Release\WindwardReportsDrivers.dll)
See Also