The DataTransformationConnection type exposes the following members.
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
![]() | DataTransformationConnection | Initializes a new instance of the DataTransformationConnection class.
|
Methods
Name | Description | |
---|---|---|
![]() | Close | Synonym for Dispose.
|
![]() ![]() | CreateConnection(DataTransformationConnection TransformationExecutor) |
Create a default DataTransformationConnection instance.
|
![]() ![]() | CreateConnection(DataTransformationConnection TransformationExecutor, IEnumerable Object ) |
Create a default DataTransformationConnection instance.
|
![]() | Dispose | Disposes of the connection.
|
![]() | Dispose(Boolean) | Disposes of the connection.
|
![]() | ExecuteTransformation | Performs prompting for all the prompt models and after that is finished the transformation
is executed and the resulting DataRowReader is returned.
|
![]() | ExecuteTransformationCore |
The implementor should execute the transformation with the current settings and returns the resulting DataRowReader.
|
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetPromptModelsCore | This method is used to provide the prompt models that should be used for the data source.
|
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
See Also