DataColumnMapping::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.Common
Assembly:  System.Data (in System.Data.dll)

public:
property String^ SourceColumn {
	virtual String^ get() sealed;
	virtual void set(String^ value) sealed;
}

Property Value

Type: System::String^

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

The following example creates a DataColumnMapping object, 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: