Example #1
0
 /// <summary>
 /// Create a new tbl_ProdAss object.
 /// </summary>
 /// <param name="assID">Initial value of the AssID property.</param>
 /// <param name="pAS_ProductID1">Initial value of the PAS_ProductID1 property.</param>
 /// <param name="pAS_ProductID2">Initial value of the PAS_ProductID2 property.</param>
 public static tbl_ProdAss Createtbl_ProdAss(global::System.Int32 assID, global::System.Int32 pAS_ProductID1, global::System.Int32 pAS_ProductID2)
 {
     tbl_ProdAss tbl_ProdAss = new tbl_ProdAss();
     tbl_ProdAss.AssID = assID;
     tbl_ProdAss.PAS_ProductID1 = pAS_ProductID1;
     tbl_ProdAss.PAS_ProductID2 = pAS_ProductID2;
     return tbl_ProdAss;
 }
Example #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the tbl_ProdAss EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTotbl_ProdAss(tbl_ProdAss tbl_ProdAss)
 {
     base.AddObject("tbl_ProdAss", tbl_ProdAss);
 }