Send feedback on this topic.
Teradata.Client.Provider
SourceColumn Property



Teradata.Client.Provider Namespace > TdParameter Class : SourceColumn Property
Maps a DataTable column to and from the TdParameter object.
Syntax
'Declaration
 
Public Overrides NotOverridable Property SourceColumn As String
'Usage
 
Dim instance As TdParameter
Dim value As String
 
instance.SourceColumn = value
 
value = instance.SourceColumn
public override string SourceColumn {get; set;}
public:
property String^ SourceColumn {
   String^ get() override;
   void set (    String^ value) override;
}

Property Value

Contains the name of the source column in a Data.DataTable.
Remarks
This is the link between the TdParameter.Value and a Data.DataTable. For input parameters, Data is moved from the Data.DataTable to the parameter before the command is executed. For output parameters, data is moved /// from the parameter to the Data.DataTable. See the Data.Common.DataAdapter.Update method for additional information on how to resolve changes to a DataSet back to Teradata tables.
Requirements

Target Platforms: Windows 8.1, Windows 10, Windows Server 2012 R2, Windows Server 2016, Windows Server 2019

See Also

Reference

TdParameter Class
TdParameter Members