Gets the table with the given name.
Namespace: Spotfire.Dxp.DataAssembly: Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 11.15.5816.4413 (11.15.5816.4413)
Syntax
Parameters
- name
- Type: System String
The name of the table.
Return Value
Type: DataTableThe table with the given name.
Exceptions
| Exception | Condition |
|---|---|
| System ArgumentException | Thrown if the table with the name does not exist in the collection. |
| System ArgumentException | Thrown if the name is null or the empty string. |
Version Information
See Also