Finds all relations where a given data table is involved.
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 IList<DataRelation> FindRelations( DataTable dataTable )
Parameters
- dataTable
- Type: Spotfire.Dxp.DataDataTable
The data table.
Return Value
Type: IListDataRelationA list of data relations.
Version Information
See Also