DataTableMappingCollection::ITableMappingCollection::GetByDataSetTable Method (String^)
.NET Framework (current version)
Gets the TableMapping object with the specified DataSet table name.
Assembly: System.Data (in System.Data.dll)
private: virtual ITableMapping^ GetByDataSetTable( String^ dataSetTableName ) sealed = ITableMappingCollection::GetByDataSetTable
Parameters
- dataSetTableName
-
Type:
System::String^
The name of the DataSet table within the collection.
Return Value
Type: System.Data::ITableMapping^The TableMapping object with the specified DataSet table name.
This member is an explicit interface member implementation. It can be used only when the DataTableMappingCollection instance is cast to an ITableMappingCollection interface.
For more information, see ITableMappingCollection::GetByDataSetTable.
.NET Framework
Available since 1.1
Available since 1.1
Show: