C# Class NHibernate.MySQLBatcher.MySqlClientSqlCommandSet

Inheritance: IDisposable
Afficher le fichier Open project: Andorbal/NHibernate.MySQLBatcher Class Usage Examples

Méthodes publiques

Méthode Description
Append ( MySqlCommand command ) : void
Dispose ( ) : void
ExecuteNonQuery ( ) : int
MySqlClientSqlCommandSet ( int batchSize ) : System

Private Methods

Méthode Description
Initialise ( int batchSize ) : void
MySqlClientSqlCommandSet ( ) : System

Method Details

Append() public méthode

public Append ( MySqlCommand command ) : void
command MySql.Data.MySqlClient.MySqlCommand
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

ExecuteNonQuery() public méthode

public ExecuteNonQuery ( ) : int
Résultat int

MySqlClientSqlCommandSet() public méthode

public MySqlClientSqlCommandSet ( int batchSize ) : System
batchSize int
Résultat System