/// <summary> /// Deprecated Method for adding a new object to the VC_News_Link EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToVC_News_Link(VC_News_Link vC_News_Link) { base.AddObject("VC_News_Link", vC_News_Link); }
/// <summary> /// Create a new VC_News_Link object. /// </summary> /// <param name="news_Id">Initial value of the News_Id property.</param> /// <param name="newsCategory_Id">Initial value of the NewsCategory_Id property.</param> /// <param name="news_Link">Initial value of the News_Link property.</param> /// <param name="news_Description_Name">Initial value of the News_Description_Name property.</param> /// <param name="created_TS">Initial value of the Created_TS property.</param> /// <param name="updated_TS">Initial value of the Updated_TS property.</param> public static VC_News_Link CreateVC_News_Link(global::System.Int32 news_Id, global::System.Int32 newsCategory_Id, global::System.String news_Link, global::System.String news_Description_Name, global::System.DateTime created_TS, global::System.DateTime updated_TS) { VC_News_Link vC_News_Link = new VC_News_Link(); vC_News_Link.News_Id = news_Id; vC_News_Link.NewsCategory_Id = newsCategory_Id; vC_News_Link.News_Link = news_Link; vC_News_Link.News_Description_Name = news_Description_Name; vC_News_Link.Created_TS = created_TS; vC_News_Link.Updated_TS = updated_TS; return vC_News_Link; }