DataTableMappingCollection::GetByDataSetTable Method (String^)

 

Gets the DataTableMapping object with the specified DataSet table name.

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

public:
DataTableMapping^ GetByDataSetTable(
	String^ dataSetTable
)

Parameters

dataSetTable
Type: System::String^

The name, which is not case-sensitive, of the DataSet table to find.

Return Value

Type: System.Data.Common::DataTableMapping^

The DataTableMapping object with the specified DataSet table name.

The following example searches for a DataTableMapping within the collection. If the object exists, it is returned. The example assumes that a DataTableMappingCollection collection and a DataTableMapping object have been created.

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

.NET Framework
Available since 1.1
Return to top
Show: