Gets a particular table from the collection.
public Table GetItem(int id);Public Function GetItem(ByVal id As Integer) As Table| Parameter | Description |
|---|---|
| id | Specifies the table's identifier. |
The return value is the requested table. It is null if the requested table could not be found.