/// <summary>
 /// Deprecated Method for adding a new object to the t_cus_expvalue_99999 EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTot_cus_expvalue_99999(t_cus_expvalue_99999 t_cus_expvalue_99999)
 {
     base.AddObject("t_cus_expvalue_99999", t_cus_expvalue_99999);
 }
 /// <summary>
 /// Create a new t_cus_expvalue_99999 object.
 /// </summary>
 /// <param name="cus_id">Initial value of the cus_id property.</param>
 public static t_cus_expvalue_99999 Createt_cus_expvalue_99999(global::System.Int32 cus_id)
 {
     t_cus_expvalue_99999 t_cus_expvalue_99999 = new t_cus_expvalue_99999();
     t_cus_expvalue_99999.cus_id = cus_id;
     return t_cus_expvalue_99999;
 }