ResultProperties Class TIBCO Spotfire 6.0 API Reference
Represents the metadata about the result from a data source, transformation or calculation. These properties are used to set properties on the resulting data table.
Inheritance Hierarchy

System Object
  Spotfire.Dxp.Data ResultProperties

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

[SerializableAttribute]
public sealed class ResultProperties : IDataPropertyContainer, 
	IDataPropertiesAccessor
Remarks

Also used to propagate metadata within a DataFlow or between table operations, like AddColumns(DataSource, AddColumnsSettings) or AddRows(DataSource, AddRowsSettings)

This collection is almost always read-only except in custom implementations (like in a DataRowReader) where the implementor is creating the result properties.

See Also