DataRowReaderColumn Class TIBCO Spotfire 6.0 API Reference
Represents a column returned by a DataRowReader.
Inheritance Hierarchy

System Object
  Spotfire.Dxp.Data DataRowReaderColumn

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

public sealed class DataRowReaderColumn
Remarks

This class can be used to retrieve properties and the current value. Instances of this class can be retrieved from the Columns collection.
See Also