/// <summary>
 /// Create a new tblBlogs_Blogs object.
 /// </summary>
 /// <param name="id">Initial value of Id.</param>
 /// <param name="anonymousCommentEnabled">Initial value of AnonymousCommentEnabled.</param>
 /// <param name="createdDate">Initial value of CreatedDate.</param>
 /// <param name="createdBy">Initial value of CreatedBy.</param>
 /// <param name="modifiedDate">Initial value of ModifiedDate.</param>
 /// <param name="modifiedBy">Initial value of ModifiedBy.</param>
 /// <param name="daysCommentEnabled">Initial value of DaysCommentEnabled.</param>
 /// <param name="description">Initial value of Description.</param>
 /// <param name="moderationCommentEnable">Initial value of ModerationCommentEnable.</param>
 /// <param name="commentsEnabled">Initial value of CommentsEnabled.</param>
 /// <param name="name">Initial value of Name.</param>
 /// <param name="numberOfRecentPosts">Initial value of NumberOfRecentPosts.</param>
 /// <param name="numberOfRecentComments">Initial value of NumberOfRecentComments.</param>
 /// <param name="postsPerFeed">Initial value of PostsPerFeed.</param>
 /// <param name="postsPerPage">Initial value of PostsPerPage.</param>
 /// <param name="theme">Initial value of Theme.</param>
 public static tblBlogs_Blogs CreatetblBlogs_Blogs(
             int id, 
             bool anonymousCommentEnabled, 
             global::System.DateTime createdDate, 
             string createdBy, 
             global::System.DateTime modifiedDate, 
             string modifiedBy, 
             int daysCommentEnabled, 
             string description, 
             bool moderationCommentEnable, 
             bool commentsEnabled, 
             string name, 
             int numberOfRecentPosts, 
             int numberOfRecentComments, 
             int postsPerFeed, 
             int postsPerPage, 
             string theme)
 {
     tblBlogs_Blogs tblBlogs_Blogs = new tblBlogs_Blogs();
     tblBlogs_Blogs.Id = id;
     tblBlogs_Blogs.AnonymousCommentEnabled = anonymousCommentEnabled;
     tblBlogs_Blogs.CreatedDate = createdDate;
     tblBlogs_Blogs.CreatedBy = createdBy;
     tblBlogs_Blogs.ModifiedDate = modifiedDate;
     tblBlogs_Blogs.ModifiedBy = modifiedBy;
     tblBlogs_Blogs.DaysCommentEnabled = daysCommentEnabled;
     tblBlogs_Blogs.Description = description;
     tblBlogs_Blogs.ModerationCommentEnable = moderationCommentEnable;
     tblBlogs_Blogs.CommentsEnabled = commentsEnabled;
     tblBlogs_Blogs.Name = name;
     tblBlogs_Blogs.NumberOfRecentPosts = numberOfRecentPosts;
     tblBlogs_Blogs.NumberOfRecentComments = numberOfRecentComments;
     tblBlogs_Blogs.PostsPerFeed = postsPerFeed;
     tblBlogs_Blogs.PostsPerPage = postsPerPage;
     tblBlogs_Blogs.Theme = theme;
     return tblBlogs_Blogs;
 }
 /// <summary>
 /// There are no comments for tblBlogs_Blogs in the schema.
 /// </summary>
 public void AddTotblBlogs_Blogs(tblBlogs_Blogs tblBlogs_Blogs)
 {
     base.AddObject("tblBlogs_Blogs", tblBlogs_Blogs);
 }