MySql.Data.MySqlClient.MySqlCommand.MySqlCommand C# (CSharp) Method

MySqlCommand() public method

public MySqlCommand ( ) : System
return System
		public MySqlCommand()
		{
			designTimeVisible = true;
			cmdType = CommandType.Text;
			parameters = new MySqlParameterCollection(this);
			updatedRowSource = UpdateRowSource.Both;
			cmdText = String.Empty;
			useDefaultTimeout = true;
		}

Same methods

MySqlCommand::MySqlCommand ( string cmdText ) : System
MySqlCommand::MySqlCommand ( string cmdText, MySqlConnection connection ) : System
MySqlCommand::MySqlCommand ( string cmdText, MySqlConnection connection, MySqlTransaction transaction ) : System