|
| MySQL Connector/Net |
| MySqlScript Constructor (MySqlConnection) |
| MySqlScript Class See Also Send Feedback |
|
Initializes a new instance of the
MySqlScript class.
Namespace: MySql.Data.MySqlClient
Assembly: MySql.Data (in MySql.Data.dll) Version: 6.8.4.0
Syntax
| C# |
|---|
public MySqlScript( MySqlConnection connection ) |
| Visual Basic |
|---|
Public Sub New ( _ connection As MySqlConnection _ ) |
| Visual C++ |
|---|
public: MySqlScript( MySqlConnection^ connection ) |
Parameters
- connection
- Type: MySql.Data.MySqlClient..::..MySqlConnection
The connection.