Check if a table with the given name exists in the
collection.
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 a table to check if it exists in the collection.
Return Value
Type: BooleanTrue if there exists a table with the given name in the collection, false otherwise.
Exceptions
Exception | Condition |
---|---|
System ArgumentException | Thrown if the name is null or the empty string. |
Version Information
See Also