コード例 #1
0
 public long Insert(pos.EL.Transactions.orders orderEL)
 {
     return(Helper.executeNonQueryLong("INSERT INTO orders (customerid, totalamount, dateandtime) VALUES ('" + orderEL.Customerid + "', '" + orderEL.Totalamount + "', '" + orderEL.Dateandtime + "')"));
 }
コード例 #2
0
 public long Insert(pos.EL.Transactions.orders orderEL)
 {
     return(orderDL.Insert(orderEL));
 }