/// <summary>
 /// Create a new forum_posts object.
 /// </summary>
 /// <param name="id">Initial value of the id property.</param>
 /// <param name="topicid">Initial value of the topicid property.</param>
 /// <param name="userid">Initial value of the userid property.</param>
 /// <param name="content">Initial value of the content property.</param>
 /// <param name="added">Initial value of the added property.</param>
 /// <param name="edited_by">Initial value of the edited_by property.</param>
 /// <param name="edited_time">Initial value of the edited_time property.</param>
 public static forum_posts Createforum_posts(global::System.Int64 id, global::System.Int64 topicid, global::System.Int64 userid, global::System.String content, global::System.Int64 added, global::System.Int64 edited_by, global::System.Int64 edited_time)
 {
     forum_posts forum_posts = new forum_posts();
     forum_posts.id = id;
     forum_posts.topicid = topicid;
     forum_posts.userid = userid;
     forum_posts.content = content;
     forum_posts.added = added;
     forum_posts.edited_by = edited_by;
     forum_posts.edited_time = edited_time;
     return forum_posts;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the forum_posts EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToforum_posts(forum_posts forum_posts)
 {
     base.AddObject("forum_posts", forum_posts);
 }