/// <summary>
 /// Create a new STVLog object.
 /// </summary>
 /// <param name="id">Initial value of the ID property.</param>
 public static STVLog CreateSTVLog(global::System.Int32 id)
 {
     STVLog sTVLog = new STVLog();
     sTVLog.ID = id;
     return sTVLog;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the STVLogs EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToSTVLogs(STVLog sTVLog)
 {
     base.AddObject("STVLogs", sTVLog);
 }