/// <summary> /// Create a new Blogs object. /// </summary> /// <param name="b_id">Initial value of the b_id property.</param> /// <param name="u_username">Initial value of the u_username property.</param> /// <param name="b_name">Initial value of the b_name property.</param> /// <param name="b_description">Initial value of the b_description property.</param> /// <param name="b_datecreated">Initial value of the b_datecreated property.</param> public static Blogs CreateBlogs(global::System.Int32 b_id, global::System.String u_username, global::System.String b_name, global::System.String b_description, global::System.DateTime b_datecreated) { Blogs blogs = new Blogs(); blogs.b_id = b_id; blogs.u_username = u_username; blogs.b_name = b_name; blogs.b_description = b_description; blogs.b_datecreated = b_datecreated; return blogs; }
/// <summary> /// Deprecated Method for adding a new object to the Blogs EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToBlogs(Blogs blogs) { base.AddObject("Blogs", blogs); }