SourceTable Property
The source data table of a variable. Only applicable for Datarow variables.
Syntax
Property SourceTable As String |
Parameters
None
Examples
IronPython
#Get variable source table |
C#
//Get variable source table ScriptData.Variables[varName].SourceTable = "Transactions"; |