예제 #1
0
 /// <summary>
 /// Create a new tbl_BasketContent object.
 /// </summary>
 /// <param name="baskContentID">Initial value of the BaskContentID property.</param>
 /// <param name="bC_ProdPriceID">Initial value of the BC_ProdPriceID property.</param>
 /// <param name="bC_Price">Initial value of the BC_Price property.</param>
 /// <param name="bC_Quantity">Initial value of the BC_Quantity property.</param>
 /// <param name="bC_BasketID">Initial value of the BC_BasketID property.</param>
 public static tbl_BasketContent Createtbl_BasketContent(global::System.Int32 baskContentID, global::System.Int32 bC_ProdPriceID, global::System.Decimal bC_Price, global::System.Int32 bC_Quantity, global::System.Int32 bC_BasketID)
 {
     tbl_BasketContent tbl_BasketContent = new tbl_BasketContent();
     tbl_BasketContent.BaskContentID = baskContentID;
     tbl_BasketContent.BC_ProdPriceID = bC_ProdPriceID;
     tbl_BasketContent.BC_Price = bC_Price;
     tbl_BasketContent.BC_Quantity = bC_Quantity;
     tbl_BasketContent.BC_BasketID = bC_BasketID;
     return tbl_BasketContent;
 }
예제 #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the tbl_BasketContent EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTotbl_BasketContent(tbl_BasketContent tbl_BasketContent)
 {
     base.AddObject("tbl_BasketContent", tbl_BasketContent);
 }