/// <summary>
 /// Create a new hourstats_entity object.
 /// </summary>
 /// <param name="hour">Initial value of the Hour property.</param>
 /// <param name="count">Initial value of the Count property.</param>
 public static hourstats_entity Createhourstats_entity(global::System.Int32 hour, global::System.Int32 count)
 {
     hourstats_entity hourstats_entity = new hourstats_entity();
     hourstats_entity.Hour = hour;
     hourstats_entity.Count = count;
     return hourstats_entity;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the hourstats_entity EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTohourstats_entity(hourstats_entity hourstats_entity)
 {
     base.AddObject("hourstats_entity", hourstats_entity);
 }