Removes a particular table from the collection.

Remove(Int)

public bool Remove(int id);
Public Function Remove(ByVal id As Integer) As Boolean

Parameters

Parameter Description
id Specifies the table's identifier.

Return Value

The return value is true, if a table could be removed. Otherwise it is false.