Gets the distinct rows for the specified cursors. Note that this method is not supported for external data tables.
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 IEnumerable<DataRow> GetDistinctRows( IndexSet rowIndexes, params DataValueCursor[] valueCursors )
Parameters
- rowIndexes
- Type: Spotfire.Dxp.Data.IndexSet
The row indexes to enumerate. May be null for all rows. - valueCursors
- Type:Spotfire.Dxp.Data.DataValueCursor[]
Specifies which columns to include in the enumeration. These are used to access the individual data values for each row. You need to specify at least one value cursor.
Return Value
Type: IEnumerable< DataRow>An enumerator of the distinct rows in the subset. The order of the returned rows is not specified.
Remarks
Version Information
Supported in: 7.6, 7.5, 7.0
See Also
See Also