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