/// <summary> /// Create a new tbl_Social object. /// </summary> /// <param name="socialID">Initial value of the SocialID property.</param> /// <param name="s_DomainID">Initial value of the S_DomainID property.</param> /// <param name="s_Title">Initial value of the S_Title property.</param> /// <param name="s_URL">Initial value of the S_URL property.</param> /// <param name="s_Live">Initial value of the S_Live property.</param> public static tbl_Social Createtbl_Social(global::System.Int32 socialID, global::System.Int32 s_DomainID, global::System.String s_Title, global::System.String s_URL, global::System.Boolean s_Live) { tbl_Social tbl_Social = new tbl_Social(); tbl_Social.SocialID = socialID; tbl_Social.S_DomainID = s_DomainID; tbl_Social.S_Title = s_Title; tbl_Social.S_URL = s_URL; tbl_Social.S_Live = s_Live; return tbl_Social; }
/// <summary> /// Deprecated Method for adding a new object to the tbl_Social EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddTotbl_Social(tbl_Social tbl_Social) { base.AddObject("tbl_Social", tbl_Social); }