コード例 #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the t_cus_expvalue_10000 EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTot_cus_expvalue_10000(t_cus_expvalue_10000 t_cus_expvalue_10000)
 {
     base.AddObject("t_cus_expvalue_10000", t_cus_expvalue_10000);
 }
コード例 #2
0
 /// <summary>
 /// Create a new t_cus_expvalue_10000 object.
 /// </summary>
 /// <param name="cus_id">Initial value of the cus_id property.</param>
 public static t_cus_expvalue_10000 Createt_cus_expvalue_10000(global::System.Int32 cus_id)
 {
     t_cus_expvalue_10000 t_cus_expvalue_10000 = new t_cus_expvalue_10000();
     t_cus_expvalue_10000.cus_id = cus_id;
     return t_cus_expvalue_10000;
 }