Informática, perguntado por Elissandra557, 10 meses atrás

{ Try { SqlCommand comandosql = new SqlCommand; StringBuilder sql = Stringbuilder new ; } Catch (exception) { Throw; }

Soluções para a tarefa

Respondido por daianenelsonpd2ep0
0

{

     Try {

             string aSql = "select * from usuario where status = true";

               SqlCommand comandosql = new SqlCommand(aSql);

              StringBuilder sql = new Stringbuilder new ;

         }

       Catch (Exception  ex) {

           Throw ex.message;

      }

Perguntas interessantes