AddToBatch Method

MySQL Connector.Net

Collapse image Expand Image Copy image CopyHover image

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

See Also