Example #1
0
 /// <summary>
 /// Create a new tbl_ProdCatLink object.
 /// </summary>
 /// <param name="prodCatID">Initial value of the ProdCatID property.</param>
 /// <param name="pCL_ProductID">Initial value of the PCL_ProductID property.</param>
 /// <param name="pCL_CategoryID">Initial value of the PCL_CategoryID property.</param>
 public static tbl_ProdCatLink Createtbl_ProdCatLink(global::System.Int32 prodCatID, global::System.Int32 pCL_ProductID, global::System.Int32 pCL_CategoryID)
 {
     tbl_ProdCatLink tbl_ProdCatLink = new tbl_ProdCatLink();
     tbl_ProdCatLink.ProdCatID = prodCatID;
     tbl_ProdCatLink.PCL_ProductID = pCL_ProductID;
     tbl_ProdCatLink.PCL_CategoryID = pCL_CategoryID;
     return tbl_ProdCatLink;
 }
Example #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the tbl_ProdCatLink EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTotbl_ProdCatLink(tbl_ProdCatLink tbl_ProdCatLink)
 {
     base.AddObject("tbl_ProdCatLink", tbl_ProdCatLink);
 }