Gets the table with the given name.
Namespace: Spotfire.Dxp.DataAssembly: Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 14.10.7525.5058 (14.10.7525.5058)
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