logo

Crowdly

Browser

Add to Chrome

Considere o seguinte excerto de um programa:          x = comando.ExecuteReade...

✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.

Considere o seguinte excerto de um programa:

         x = comando.ExecuteReader();    

         while (x.Read())

            {

                txtCodigo.Text = Convert.ToString(x["Artigo"]);

                txtDesignacao.Text = Convert.ToString(x["Desginacao"]);

                txtQtd.Text = Convert.ToString(x["Quantidade"]);

            }

            

Estas instruções apontam para uma operação de:

More questions like this

Want instant access to all verified answers on moodle.escolatic.com.pt?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!

Browser

Add to Chrome