ITableMappingCollection.GetByDataSetTable(String) Method

Definition

Gets the TableMapping object with the specified DataSet table name.

public:
 System::Data::ITableMapping ^ GetByDataSetTable(System::String ^ dataSetTableName);
public System.Data.ITableMapping GetByDataSetTable (string dataSetTableName);
abstract member GetByDataSetTable : string -> System.Data.ITableMapping
Public Function GetByDataSetTable (dataSetTableName As String) As ITableMapping

Parameters

dataSetTableName
String

The name of the DataSet table within the collection.

Returns

The TableMapping object with the specified DataSet table name.

Applies to