Try to get a DataTable with a 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 data table to get.
- dataTable
- Type: Spotfire.Dxp.Data DataTable
The resulting DataTable, or null if not found.
Return Value
Type: BooleanTrue if the DataTable with the given name could be found, false otherwise.
Exceptions
Exception | Condition |
---|---|
System ArgumentException | Thrown if the name is null or the empty string. |
Version Information
See Also