/// <summary> /// Deprecated Method for adding a new object to the billexcels EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddTobillexcels(billexcel billexcel) { base.AddObject("billexcels", billexcel); }
/// <summary> /// Create a new billexcel object. /// </summary> /// <param name="billexcel1">Initial value of the billexcel1 property.</param> /// <param name="cafno">Initial value of the cafno property.</param> public static billexcel Createbillexcel(global::System.Int64 billexcel1, global::System.String cafno) { billexcel billexcel = new billexcel(); billexcel.billexcel1 = billexcel1; billexcel.cafno = cafno; return billexcel; }