DataRowReader Class TIBCO Spotfire 6.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: 13.19.7018.3940 (13.19.7018.3940)
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.

See Also