/// <summary> /// Create a new tbl_PriceBreak object. /// </summary> /// <param name="priceBreakID">Initial value of the PriceBreakID property.</param> /// <param name="pB_ProductID">Initial value of the PB_ProductID property.</param> /// <param name="pB_PriceID">Initial value of the PB_PriceID property.</param> /// <param name="pB_Quantity">Initial value of the PB_Quantity property.</param> public static tbl_PriceBreak Createtbl_PriceBreak(global::System.Int32 priceBreakID, global::System.Int32 pB_ProductID, global::System.Int32 pB_PriceID, global::System.Int32 pB_Quantity) { tbl_PriceBreak tbl_PriceBreak = new tbl_PriceBreak(); tbl_PriceBreak.PriceBreakID = priceBreakID; tbl_PriceBreak.PB_ProductID = pB_ProductID; tbl_PriceBreak.PB_PriceID = pB_PriceID; tbl_PriceBreak.PB_Quantity = pB_Quantity; return tbl_PriceBreak; }
/// <summary> /// Deprecated Method for adding a new object to the tbl_PriceBreak EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddTotbl_PriceBreak(tbl_PriceBreak tbl_PriceBreak) { base.AddObject("tbl_PriceBreak", tbl_PriceBreak); }