IColumnMapping::SourceColumn Property

 

Gets or sets the name of the column within the data source to map from. The name is case-sensitive.

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

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

Property Value

Type: System::String^

The case-sensitive name of the column in the data source.

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: