The DataFlowBuilder type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
AddTransformation |
Adds a DataTransformation to the flow.
|
![]() |
Build |
Builds a data flow that can be used as a data source.
Includes the original data source and the list of all added
data transformations.
|
![]() |
Dispose |
Dispose method.
|
![]() |
Execute(DataSourcePromptMode) |
Executes the flow. A connection to the DataSource will
be made using the DataSourcePromptMode. The data will be passed through the
list of DataTransformation's and the result returned.
|
![]() |
Execute(Int32, DataSourcePromptMode) |
Executes the flow. A connection to the DataSource will
be made using the DataSourcePromptMode. The data will be passed through the
list of DataTransformation's up to the specified step and the result will be returned.
|
![]() |
GetType |
Gets the Type of the current instance. (Inherited from Object.) |
![]() |
RemoveTransformation |
Removes the last added DataTransformation.
|
See Also