/// <summary>
 /// Create a new RequestStat object.
 /// </summary>
 /// <param name="requestStatID">Initial value of the RequestStatID property.</param>
 /// <param name="logID">Initial value of the LogID property.</param>
 public static RequestStat CreateRequestStat(global::System.Int32 requestStatID, global::System.Int32 logID)
 {
     RequestStat requestStat = new RequestStat();
     requestStat.RequestStatID = requestStatID;
     requestStat.LogID = logID;
     return requestStat;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the RequestStats EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToRequestStats(RequestStat requestStat)
 {
     base.AddObject("RequestStats", requestStat);
 }