DataTableCollection::IndexOf Method (String^)
.NET Framework (current version)
Gets the index in the collection of the DataTable object with the specified name.
Assembly: System.Data (in System.Data.dll)
Parameters
- tableName
-
Type:
System::String^
The name of the DataTable object to look for.
Return Value
Type: System::Int32The zero-based index of the DataTable with the specified name, or -1 if the table does not exist in the collection.
Note |
|---|
Returns -1 when two or more tables have the same name but different namespaces. The call does not succeed if there is any ambiguity when matching a table name to exactly one table. |
The following example returns the index of a named table in the DataTableCollection.
.NET Framework
Available since 1.1
Available since 1.1
Show:
