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