DataTableCollection::IndexOf Method (String^, String^)
.NET Framework (current version)
Gets the index in the collection of the specified DataTable object.
Assembly: System.Data (in System.Data.dll)
Parameters
- tableName
-
Type:
System::String^
The name of the DataTable object to look for.
- tableNamespace
-
Type:
System::String^
The name of the DataTable namespace to look in.
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.
The following example returns the index of a named table in the DataTableCollection.
.NET Framework
Available since 2.0
Available since 2.0
Show: