DataTableMappingCollection::IndexOfDataSetTable Method (String^)
.NET Framework (current version)
Gets the location of the DataTableMapping object with the specified DataSet table name.
Assembly: System.Data (in System.Data.dll)
Parameters
- dataSetTable
-
Type:
System::String^
The name, which is not case-sensitive, of the DataSet table to find.
Return Value
Type: System::Int32The zero-based location of the DataTableMapping object with the given DataSet table name, or -1 if the DataTableMapping object does not exist in the collection.
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.
.NET Framework
Available since 1.1
Available since 1.1
Show: