Windward Engine API Reference
AdjustSelect Method
See Also  Send comments on this topic.
WindwardInterfaces.net.windward.datasource Namespace > IDataSourceMetaData Interface : AdjustSelect Method




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) 
Function AdjustSelect( _
   ByVal select As String, _
   ByVal stack As IList(Of DataSourceNode) _
) As String
Visual Basic (Usage)Copy Code
Dim instance As IDataSourceMetaData
Dim select As String
Dim stack As IList(Of DataSourceNode)
Dim value As String
 
value = instance.AdjustSelect(select, stack)
C# 
string AdjustSelect( 
   string select,
   IList<DataSourceNode> stack
)
Managed Extensions for C++ 
string* AdjustSelect( 
   string* select,
   IList<DataSourceNode*>* stack
) 
C++/CLI 
String^ AdjustSelect( 
   String^ select,
   IList<DataSourceNode^>^ stack
) 

Parameters

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.