The DataFlowBuilder type exposes the following members.
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
DataFlowBuilder |
Initializes a new instance of the DataFlowBuilder class.
|
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.
| |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
RemoveTransformation | Removes the last added DataTransformation.
|
See Also