IColumnMapping::DataSetColumn Property

 

Gets or sets the name of the column within the DataSet to map to.

Namespace:   System.Data
Assembly:  System.Data (in System.Data.dll)

property String^ DataSetColumn {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The name of the column within the DataSet to map to. The name is not case sensitive.

The following example creates an instance of the derived class, DataColumnMapping, and sets its properties.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 1.1
Return to top
Show: