DataRowReader Class TIBCO Spotfire 5.5 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: 11.15.5816.4413 (11.15.5816.4413)
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: 5.5, 5.0, 4.5, 4.0, 3.3
See Also