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




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

Parameters

query
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 10, Windows NT, Windows Server

See Also

Windward Studios - .NET Document Generation software