DataColumnMapping::SourceColumn Property
.NET Framework (current version)
Gets or sets the name of the column within the data source to map from. The name is case-sensitive.
Assembly: System.Data (in System.Data.dll)
public: property String^ SourceColumn { virtual String^ get() sealed; virtual void set(String^ value) sealed; }
Implements
IColumnMapping::SourceColumnThe following example creates a DataColumnMapping object, and sets its properties.
.NET Framework
Available since 1.1
Available since 1.1
Show: