/// <summary>
 /// Create a new Articles object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 /// <param name="title">Initial value of the Title property.</param>
 /// <param name="pub_date">Initial value of the Pub_date property.</param>
 public static Articles CreateArticles(global::System.Int32 id, global::System.String title, global::System.DateTime pub_date)
 {
     Articles articles = new Articles();
     articles.Id = id;
     articles.Title = title;
     articles.Pub_date = pub_date;
     return articles;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the Articles EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToArticles(Articles articles)
 {
     base.AddObject("Articles", articles);
 }