DataTableCollection::Item Property
.NET Framework (current version)
Gets the specified DataTable object from the collection.
Assembly: System.Data (in System.Data.dll)
| Name | Description | |
|---|---|---|
![]() | Item[Int32] | Gets the DataTable object at the specified index. |
![]() | Item[String^] | Gets the DataTable object with the specified name. |
![]() | Item[String^, String^] | Gets the DataTable object with the specified name in the specified namespace. |
Show:
