示例#1
0
 public long Insert(pos.EL.Transactions.orderdetails orderdetailEL)
 {
     return(Helper.executeNonQueryLong("INSERT INTO orderdetails (orderid, productid, quantity, price) VALUES ('" + orderdetailEL.Orderid + "', '" + orderdetailEL.Productid + "', '" + orderdetailEL.Quantity + "', '" + orderdetailEL.Price + "')"));
 }
 public long Insert(pos.EL.Transactions.orderdetails orderdetailEL)
 {
     return(orderdetailDL.Insert(orderdetailEL));
 }