Interface IDataFlowBatchDestination

Namespace: ETLBox.DataFlow
Assembly: ETLBox.dll
Syntax
    public interface IDataFlowBatchDestination

Properties

BatchSize

Batch size that is used when inserted data in batches

Declaration
    int BatchSize { get; set; }
Property Value
TypeDescription
int