DataTableCollection Remove Method (String) TIBCO Spotfire 6.0 API Reference
Remove the DataTable with the given name from the collection.

Namespace: Spotfire.Dxp.Data
Assembly: Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 13.19.7018.3940 (13.19.7018.3940)
Syntax

public void Remove(
	string tableName
)

Parameters

tableName
Type: System String
The table name.
Exceptions

ExceptionCondition
System ArgumentExceptionThrown when the data table does not exist in the collection.
System ArgumentExceptionThrown when the tableName is null or the empty string.
Remarks

All relations that the table is part of will also be removed.
See Also