DataTableMappingCollection.ITableMappingCollection.GetByDataSetTable Method

Definition

Gets the TableMapping object with the specified DataSet table name.

 virtual System::Data::ITableMapping ^ System.Data.ITableMappingCollection.GetByDataSetTable(System::String ^ dataSetTableName) = System::Data::ITableMappingCollection::GetByDataSetTable;
System.Data.ITableMapping ITableMappingCollection.GetByDataSetTable (string dataSetTableName);
abstract member System.Data.ITableMappingCollection.GetByDataSetTable : string -> System.Data.ITableMapping
override this.System.Data.ITableMappingCollection.GetByDataSetTable : string -> System.Data.ITableMapping
Function GetByDataSetTable (dataSetTableName As String) As ITableMapping Implements ITableMappingCollection.GetByDataSetTable

Parameters

dataSetTableName
String

The name of the DataSet table within the collection.

Returns

The TableMapping object with the specified DataSet table name.

Implements

Remarks

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.

Applies to