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