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




tag
The tag to run.
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.
locale

Glossary Item Box

Returns the data from a set. This always returns a .NET DataTable or XmlList.

Syntax

Visual Basic (Declaration) 
Function GetSet( _
   ByVal tag As SetTag, _
   ByVal stack As IList(Of DataSourceNode), _
   ByVal locale As java.util.Locale _
) As String
Visual Basic (Usage)Copy Code
Dim instance As IDataSourceMetaData
Dim tag As SetTag
Dim stack As IList(Of DataSourceNode)
Dim locale As java.util.Locale
Dim value As String
 
value = instance.GetSet(tag, stack, locale)
C# 
string GetSet( 
   SetTag tag,
   IList<DataSourceNode> stack,
   java.util.Locale locale
)
Managed Extensions for C++ 
string* GetSet( 
   SetTag* tag,
   IList<DataSourceNode*>* stack,
   java.util.Locale* locale
) 
C++/CLI 
String^ GetSet( 
   SetTag^ tag,
   IList<DataSourceNode^>^ stack,
   java.util.Locale^ locale
) 

Parameters

tag
The tag to run.
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.
locale

Return Value

The requested data.

Requirements

Platforms: Windows 10, Windows NT, Windows Server

See Also

Windward Studios - .NET Document Generation software