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

Batch insertion event information
Inheritance: System.EventArgs
Afficher le fichier Open project: jumpinjackie/fdotoolbox

Méthodes publiques

Свойство Type Description
BatchSize int

Méthodes publiques

Méthode Description
BatchInsertEventArgs ( int size ) : System

Initializes a new instance of the BatchInsertEventArgs class.

Method Details

BatchInsertEventArgs() public méthode

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

Property Details

BatchSize public_oe property

The size of the batch that was inserted
public int BatchSize
Résultat int