Removes a particular table from the collection.

Remove(Int)

public bool Remove(int id);

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.