Gets a particular table from the collection.

GetItem(Int)

public Table GetItem(int id);
Public Function GetItem(ByVal id As Integer) As Table

Parameters

Parameter Description
id Specifies the table's identifier.

Return Value

The return value is the requested table. It is null if the requested table could not be found.