{ Try { SqlCommand comandosql = new SqlCommand; StringBuilder sql = Stringbuilder new ; } Catch (exception) { Throw; }
Soluções para a tarefa
Respondido por
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