VirtualColumnProducerConfigureColumnsCore Method TIBCO Spotfire 7.6 API Reference
Implement to create the columns. This method will be called each time the inputs of the producer changes or the GetConfigureColumnsTriggerCore fires. The purpose is to add the metadata about each output column that should be created and which inputs it has to the configurator. If this is the first call to the method those columns will be created. If there are already existing output columns those will be matched against those provided in the configurator, primarily on external id, and those no longer present will be removed, new ones added and those still remaining updated with the new information provided.

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

C#
protected abstract void ConfigureColumnsCore(
	VirtualColumnsConfigurator configurator
)

Parameters

configurator
Type: Spotfire.Dxp.Data.VirtualColumnsVirtualColumnsConfigurator
The configurator which is used to add columns. Note that this object can not be used after this call.
Remarks

The names provided will be uniquefied with regards to the available columns. The name of an existing column will not be updated through a call to this method. Use Name to set it instead.
Version Information

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

Reference