Remove the DataTable with the given name from the
collection.
Namespace: Spotfire.Dxp.Data
Assembly: Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 23.18.9504.3877 (23.18.9504.3877)
Syntax
C#
public void Remove( string tableName )
Parameters
- tableName
- Type: System.String
The table name.
Exceptions
Exception | Condition |
---|---|
ArgumentException | Thrown when the data table does not exist in the collection. |
ArgumentException | Thrown when the tableName is null or the empty string. |
Remarks
Version Information
Supported in: 7.5, 7.0, 6.5, 6.0, 5.5, 5.0
See Also
See Also