C# Class NHibernate.MySQLBatcher.MySqlClientSqlCommandSet

Inheritance: IDisposable
Mostra file Open project: Andorbal/NHibernate.MySQLBatcher Class Usage Examples

Public Methods

Method Description
Append ( MySqlCommand command ) : void
Dispose ( ) : void
ExecuteNonQuery ( ) : int
MySqlClientSqlCommandSet ( int batchSize ) : System

Private Methods

Method Description
Initialise ( int batchSize ) : void
MySqlClientSqlCommandSet ( ) : System

Method Details

Append() public method

public Append ( MySqlCommand command ) : void
command MySql.Data.MySqlClient.MySqlCommand
return void

Dispose() public method

public Dispose ( ) : void
return void

ExecuteNonQuery() public method

public ExecuteNonQuery ( ) : int
return int

MySqlClientSqlCommandSet() public method

public MySqlClientSqlCommandSet ( int batchSize ) : System
batchSize int
return System