/// <summary> /// Deprecated Method for adding a new object to the VC_Interest_Link EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToVC_Interest_Link(VC_Interest_Link vC_Interest_Link) { base.AddObject("VC_Interest_Link", vC_Interest_Link); }
/// <summary> /// Create a new VC_Interest_Link object. /// </summary> /// <param name="interest_Id">Initial value of the Interest_Id property.</param> /// <param name="interestCategory_Id">Initial value of the InterestCategory_Id property.</param> /// <param name="interest_Link">Initial value of the Interest_Link property.</param> /// <param name="interest_Description_Name">Initial value of the Interest_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_Interest_Link CreateVC_Interest_Link(global::System.Int32 interest_Id, global::System.Int32 interestCategory_Id, global::System.String interest_Link, global::System.String interest_Description_Name, global::System.DateTime created_TS, global::System.DateTime updated_TS) { VC_Interest_Link vC_Interest_Link = new VC_Interest_Link(); vC_Interest_Link.Interest_Id = interest_Id; vC_Interest_Link.InterestCategory_Id = interestCategory_Id; vC_Interest_Link.Interest_Link = interest_Link; vC_Interest_Link.Interest_Description_Name = interest_Description_Name; vC_Interest_Link.Created_TS = created_TS; vC_Interest_Link.Updated_TS = updated_TS; return vC_Interest_Link; }