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

Batch insertion event information
Inheritance: System.EventArgs
Exibir arquivo Open project: jumpinjackie/fdotoolbox

Public Properties

Property Type Description
BatchSize int

Public Methods

Method Description
BatchInsertEventArgs ( int size ) : System

Initializes a new instance of the BatchInsertEventArgs class.

Method Details

BatchInsertEventArgs() public method

Initializes a new instance of the BatchInsertEventArgs class.
public BatchInsertEventArgs ( int size ) : System
size int The size.
return System

Property Details

BatchSize public_oe property

The size of the batch that was inserted
public int BatchSize
return int