MySQL Connector/Net
MySqlDataAdapterAddToBatch Method |
Namespace: MySql.Data.MySqlClient
Assembly: MySql.Data (in MySql.Data.dll) Version: 6.9.9

protected override int AddToBatch( IDbCommand command )
Protected Overrides Function AddToBatch ( command As IDbCommand ) As Integer
protected: virtual int AddToBatch( IDbCommand^ command ) override
abstract AddToBatch : command : IDbCommand -> int override AddToBatch : command : IDbCommand -> int
Parameters
- command
- Type: System.DataIDbCommand
Return Value
Type: Int32