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.DataIndexSet
The row indexes to enumerate. May be null for all rows. - valueCursors
- Type: Spotfire.Dxp.DataDataValueCursor
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: IEnumerableDataRowAn enumerator of the distinct rows in the subset. The order of the returned rows is not specified.
Remarks
Version Information
See Also