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




dataSourceNode
select
The select to adjust.
stack
The stack of forEach loops in at this point. Node [0] is the root document node so this will always have length of at least 1.

Glossary Item Box

Will return the select that will be passed down to the database with all the ${vars}, etc substituted in.

Syntax

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

Parameters

dataSourceNode
select
The select to adjust.
stack
The stack of forEach loops in at this point. Node [0] is the root document node so this will always have length of at least 1.

Return Value

The adjusted select.

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.