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.
Requirements
Product | Versions | Platforms |
.NET | 6, 7 | Windows, Linux, MacOS |
.NET Framework | 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8 | Windows |
.NET Standard | 2.0 | Windows, Linux, MacOS |
See Also