DataTransformationConnection Methods TIBCO Spotfire 7.6 API Reference

The DataTransformationConnection type exposes the following members.

Methods

  Name Description
Public method Close
Synonym for Dispose.
Public method Static member CreateConnection(DataTransformationConnectionTransformationExecutor)
Create a default DataTransformationConnection instance.
Public method Static member CreateConnection(DataTransformationConnectionTransformationExecutor, IEnumerableObject)
Create a default DataTransformationConnection instance.
Public method Dispose
Disposes of the connection.
Protected method Dispose(Boolean)
Disposes of the connection.
Public method ExecuteTransformation
Performs prompting for all the prompt models and after that is finished the transformation is executed and the resulting DataRowReader is returned.
Protected method ExecuteTransformationCore
The implementor should execute the transformation with the current settings and returns the resulting DataRowReader.
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Protected method GetPromptModelsCore
This method is used to provide the prompt models that should be used for the data source.
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Top
See Also

Reference