/// <summary>
 /// Create a new tmpVTraceLog object.
 /// </summary>
 /// <param name="id">Initial value of the ID property.</param>
 /// <param name="date">Initial value of the Date property.</param>
 /// <param name="thread">Initial value of the Thread property.</param>
 /// <param name="level">Initial value of the Level property.</param>
 public static tmpVTraceLog CreatetmpVTraceLog(global::System.Int32 id, global::System.DateTime date, global::System.String thread, global::System.String level)
 {
     tmpVTraceLog tmpVTraceLog = new tmpVTraceLog();
     tmpVTraceLog.ID = id;
     tmpVTraceLog.Date = date;
     tmpVTraceLog.Thread = thread;
     tmpVTraceLog.Level = level;
     return tmpVTraceLog;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the tmpVTraceLog EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTotmpVTraceLog(tmpVTraceLog tmpVTraceLog)
 {
     base.AddObject("tmpVTraceLog", tmpVTraceLog);
 }