Метод | Описание | |
---|---|---|
AddUserOrder ( string userid, string orderid, string productid, string pip, int count, double price, double money, System.DateTime ordertime ) : void |
插入用户订单 : create 'userorder','o'
|
public static AddUserOrder ( string userid, string orderid, string productid, string pip, int count, double price, double money, System.DateTime ordertime ) : void | ||
userid | string | |
orderid | string | |
productid | string | |
pip | string | |
count | int | |
price | double | |
money | double | |
ordertime | System.DateTime | |
Результат | void |