Removes a particular table from the collection.
public bool Remove(int id);
Public Function Remove(ByVal id As Integer) As Boolean
The return value is true, if a table could be removed. Otherwise it is false.