|
| MySQL Connector/Net |
| MySqlDataAdapter..::..AddToBatch Method |
| MySqlDataAdapter Class See Also Send Feedback |
|
Namespace: MySql.Data.MySqlClient
Assembly: MySql.Data (in MySql.Data.dll) Version: 6.8.4.0
Syntax
| C# |
|---|
protected override int AddToBatch( IDbCommand command ) |
| Visual Basic |
|---|
Protected Overrides Function AddToBatch ( _ command As IDbCommand _ ) As Integer |
| Visual C++ |
|---|
protected: virtual int AddToBatch( IDbCommand^ command ) override |
Parameters
- command
- Type: System.Data..::..IDbCommand