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