{ Try { SqlCommand comandosql = new SqlCommand; StringBuilder sql = Stringbuilder new ; } Catch (exception) { Throw; }
Respostas
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 similares
6 anos atrás
6 anos atrás
6 anos atrás
8 anos atrás
8 anos atrás
9 anos atrás