Ejemplo n.º 1
0
 public static bool DoTran(List <NFXmlSql> nfxmlsqlList)
 {
     return(SqlCmdExec.DoTran(GetConn(), nfxmlsqlList));
 }
Ejemplo n.º 2
0
 public static bool DoTran(List <string> sqlComm, List <SqlParameter[]> sqlParsList)
 {
     return(SqlCmdExec.DoTran(GetConn(), sqlComm, sqlParsList));
 }
Ejemplo n.º 3
0
 public static bool DoTran(List <string> sqlComm)
 {
     return(SqlCmdExec.DoTran(GetConn(), sqlComm));
 }