Exemplo n.º 1
0
 /// <summary>
 /// Create a new tb_money_store object.
 /// </summary>
 /// <param name="idx">Initial value of the idx property.</param>
 /// <param name="xmdm">Initial value of the xmdm property.</param>
 /// <param name="zcdy">Initial value of the zcdy property.</param>
 /// <param name="zhdm">Initial value of the zhdm property.</param>
 public static tb_money_store Createtb_money_store(global::System.Int64 idx, global::System.Int32 xmdm, global::System.String zcdy, global::System.String zhdm)
 {
     tb_money_store tb_money_store = new tb_money_store();
     tb_money_store.idx = idx;
     tb_money_store.xmdm = xmdm;
     tb_money_store.zcdy = zcdy;
     tb_money_store.zhdm = zhdm;
     return tb_money_store;
 }
Exemplo n.º 2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the tb_money_store EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTotb_money_store(tb_money_store tb_money_store)
 {
     base.AddObject("tb_money_store", tb_money_store);
 }