Exemple #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the tbl_Image EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTotbl_Image(tbl_Image tbl_Image)
 {
     base.AddObject("tbl_Image", tbl_Image);
 }
Exemple #2
0
 /// <summary>
 /// Create a new tbl_Image object.
 /// </summary>
 /// <param name="imageID">Initial value of the ImageID property.</param>
 /// <param name="i_CatID">Initial value of the I_CatID property.</param>
 /// <param name="i_InCMS">Initial value of the I_InCMS property.</param>
 /// <param name="i_Gallery">Initial value of the I_Gallery property.</param>
 public static tbl_Image Createtbl_Image(global::System.Int32 imageID, global::System.Int32 i_CatID, global::System.Boolean i_InCMS, global::System.Int32 i_Gallery)
 {
     tbl_Image tbl_Image = new tbl_Image();
     tbl_Image.ImageID = imageID;
     tbl_Image.I_CatID = i_CatID;
     tbl_Image.I_InCMS = i_InCMS;
     tbl_Image.I_Gallery = i_Gallery;
     return tbl_Image;
 }