DataTableMapping::ToString Method ()

 

Converts the current SourceTable 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 SourceTable name, as a string.

The following example creates a DataTableMapping object and adds it to a DataTableMappingCollection collection. It then informs the user that the mapping has been added to the collection and displays the parent mapping.

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

.NET Framework
Available since 1.1
Return to top
Show: