DataRowReader Class TIBCO Spotfire 7.0 API Reference
Represents a resettable iterator of rows values. It is used to retrieve data from a DataSource or DataTransformation.
Inheritance Hierarchy

System Object
  Spotfire.Dxp.Data DataRowReader
    Spotfire.Dxp.Application.Extension CustomDataRowReader

Namespace: Spotfire.Dxp.Data
Assembly: Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 18.10.8513.5432 (18.10.8513.5432)
Syntax

public abstract class DataRowReader : IDisposable
Remarks

Instances of this class can be retrieved from a DataSourceConnection or a DataTransformationConnection.

It is not possible to inherit directly from this class, this should be done through the CustomDataRowReader class.

Version Information

Supported in: 7.0, 6.5, 6.0, 5.5, 5.0
See Also