コード例 #1
0
ファイル: CMSModel.Designer.cs プロジェクト: nhtera/CrowdCMS
 /// <summary>
 /// Create a new tbl_ProductImageLink object.
 /// </summary>
 /// <param name="productImageID">Initial value of the ProductImageID property.</param>
 /// <param name="pI_ImageID">Initial value of the PI_ImageID property.</param>
 /// <param name="pI_ProductID">Initial value of the PI_ProductID property.</param>
 public static tbl_ProductImageLink Createtbl_ProductImageLink(global::System.Int32 productImageID, global::System.Int32 pI_ImageID, global::System.Int32 pI_ProductID)
 {
     tbl_ProductImageLink tbl_ProductImageLink = new tbl_ProductImageLink();
     tbl_ProductImageLink.ProductImageID = productImageID;
     tbl_ProductImageLink.PI_ImageID = pI_ImageID;
     tbl_ProductImageLink.PI_ProductID = pI_ProductID;
     return tbl_ProductImageLink;
 }
コード例 #2
0
ファイル: CMSModel.Designer.cs プロジェクト: nhtera/CrowdCMS
 /// <summary>
 /// Deprecated Method for adding a new object to the tbl_ProductImageLink EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTotbl_ProductImageLink(tbl_ProductImageLink tbl_ProductImageLink)
 {
     base.AddObject("tbl_ProductImageLink", tbl_ProductImageLink);
 }