DataTableCollection::Item Property (Int32)
.NET Framework (current version)
Gets the DataTable object at the specified index.
Assembly: System.Data (in System.Data.dll)
Parameters
- index
-
Type:
System::Int32
The zero-based index of the DataTable to find.
Property Value
Type: System.Data::DataTable^A DataTablewith the specified index; otherwise null if the DataTable does not exist.
| Exception | Condition |
|---|---|
| IndexOutOfRangeException | The index value is greater than the number of items in the collection. |
.NET Framework
Available since 1.1
Available since 1.1
Show: