'Declaration Public Function New( _ ByVal commandText As String, _ ByVal connection As MySqlConnection, _ ByVal transaction As MySqlTransaction _ )
public MySqlCommand( string commandText, MySqlConnection connection, MySqlTransaction transaction )
Parameters
- commandText
- The text of the query.
- connection
- A MySqlConnection object that represents the connection to MySQL.
- transaction
- MySqlTransaction object used to perform transactions with this MySqlCommand object.