Check if the dataTable exists in this collection.
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 bool Contains( DataTable dataTable )
Parameters
- dataTable
- Type: Spotfire.Dxp.DataDataTable
The data table to search for.
Return Value
Type: BooleanTrue if the dataTable exists in the collection, false otherwise.
Exceptions
Exception | Condition |
---|---|
ArgumentException | Thrown if the dataTable is null. |
Version Information
See Also