ResultProperties Class TIBCO Spotfire 6.5 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: 14.10.7525.5058 (14.10.7525.5058)
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: 6.5, 6.0, 5.5, 5.0, 4.5
See Also