ResultProperties Class TIBCO Spotfire 7.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: 18.10.8513.5432 (18.10.8513.5432)
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.

Version Information

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