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