Exemplo n.º 1
0
 public static int ExecTransactionThrow(ArrayList dicSql)
 {
     return(SqlProvider.ExecTransactionThrow(SqlProvider.CONN_STRING, dicSql));
 }
Exemplo n.º 2
0
 public static int ExecTransactionThrow(string sqlT, params SqlParameter[] commandParameters)
 {
     return(SqlProvider.ExecTransactionThrow(SqlProvider.CONN_STRING, new string [] { sqlT }, commandParameters));
 }