Gets a particular table from the collection.

GetItem(Int)

public Table GetItem(int id);

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.