Overload List
Name | Description | |
---|---|---|
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.
|
See Also