ITableMappingCollection::RemoveAt Method (String^)

 

Removes the ITableMapping object with the specified SourceTable name from the collection.

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

void RemoveAt(
	String^ sourceTableName
)

Parameters

sourceTableName
Type: System::String^

The case-sensitive name of the SourceTable.

.NET Framework
Available since 1.1
Return to top
Show: