DataColumnMapping::ToString Method ()

 

Converts the current SourceColumn name to a string.

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

public:
virtual String^ ToString() override

Return Value

Type: System::String^

The current SourceColumn name as a string.

The following example creates a DataColumnMapping object and adds it to a DataColumnMappingCollection collection. It then tells the user that the mapping was added to the collection and shows the parent of mapping.

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

.NET Framework
Available since 1.1
Return to top
Show: