MySqlConnectionStringBuilder.AllowBatch Property

MySQL Connector/Net

MySqlConnectionStringBuilderAllowBatch Property
Gets or sets a boolean value that indicates whether this connection will allow commands to send multiple SQL statements in one execution.

Namespace: MySql.Data.MySqlClient
Assembly: MySql.Data (in MySql.Data.dll) Version: 6.9.9
Syntax
public bool AllowBatch { get; set; }
Public Property AllowBatch As Boolean
	Get
	Set
public:
property bool AllowBatch {
	bool get ();
	void set (bool value);
}
member AllowBatch : bool with get, set

Property Value

Type: Boolean
See Also