C# Class FdoToolbox.Core.ETL.Operations.FdoBatchedOutputOperation

Output pipeline operation with support for batch insertion
Inheritance: FdoOutputOperation
Exibir arquivo Open project: jumpinjackie/fdotoolbox Class Usage Examples

Public Methods

Method Description
Execute ( IEnumerable rows ) : IEnumerable

Executes the operation

FdoBatchedOutputOperation ( FdoConnection conn, string className, NameValueCollection propertyMappings, int batchSize ) : System

Constructor

FdoBatchedOutputOperation ( FdoConnection conn, string className, int batchSize ) : System

Constructor

PrepareForExecution ( IPipelineExecuter pipelineExecuter ) : void

Initializes this instance

Private Methods

Method Description
CreateParameterValues ( string prefix, FdoRow row ) : ParameterValueCollection

Method Details

Execute() public method

Executes the operation
public Execute ( IEnumerable rows ) : IEnumerable
rows IEnumerable
return IEnumerable

FdoBatchedOutputOperation() public method

Constructor
public FdoBatchedOutputOperation ( FdoConnection conn, string className, NameValueCollection propertyMappings, int batchSize ) : System
conn FdoToolbox.Core.Feature.FdoConnection
className string
propertyMappings System.Collections.Specialized.NameValueCollection
batchSize int
return System

FdoBatchedOutputOperation() public method

Constructor
public FdoBatchedOutputOperation ( FdoConnection conn, string className, int batchSize ) : System
conn FdoToolbox.Core.Feature.FdoConnection
className string
batchSize int
return System

PrepareForExecution() public method

Initializes this instance
public PrepareForExecution ( IPipelineExecuter pipelineExecuter ) : void
pipelineExecuter IPipelineExecuter
return void