Gets the table with the given Guidid.
Namespace: Spotfire.Dxp.Data
Assembly: Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 25.11.10401.3615 (25.11.10401.3615)
Syntax
C#
public DataTable this[ Guid id ] { get; }
Parameters
- id
- Type: SystemGuid
The id of the table.
Return Value
Type: DataTableThe table with the given id.
Exceptions
Exception | Condition |
---|---|
ArgumentException | Thrown if no table with the given id is present in the collection. |
ArgumentException | Thrown if the id is null. |
Version Information
See Also