/// <summary>
 /// Deprecated Method for adding a new object to the daystats_getinfo EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTodaystats_getinfo(daystats_getinfo daystats_getinfo)
 {
     base.AddObject("daystats_getinfo", daystats_getinfo);
 }
 /// <summary>
 /// Create a new daystats_getinfo object.
 /// </summary>
 /// <param name="timestamp">Initial value of the Timestamp property.</param>
 public static daystats_getinfo Createdaystats_getinfo(global::System.DateTime timestamp)
 {
     daystats_getinfo daystats_getinfo = new daystats_getinfo();
     daystats_getinfo.Timestamp = timestamp;
     return daystats_getinfo;
 }