/// <summary>
 /// Deprecated Method for adding a new object to the LetterSendLogs EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToLetterSendLogs(LetterSendLog letterSendLog)
 {
     base.AddObject("LetterSendLogs", letterSendLog);
 }
 /// <summary>
 /// Create a new LetterSendLog object.
 /// </summary>
 /// <param name="rowID">Initial value of the RowID property.</param>
 /// <param name="letterGuid">Initial value of the LetterGuid property.</param>
 /// <param name="userGuid">Initial value of the UserGuid property.</param>
 /// <param name="uTC">Initial value of the UTC property.</param>
 /// <param name="errorOccurred">Initial value of the ErrorOccurred property.</param>
 public static LetterSendLog CreateLetterSendLog(global::System.Int32 rowID, global::System.Guid letterGuid, global::System.Guid userGuid, global::System.DateTime uTC, global::System.Boolean errorOccurred)
 {
     LetterSendLog letterSendLog = new LetterSendLog();
     letterSendLog.RowID = rowID;
     letterSendLog.LetterGuid = letterGuid;
     letterSendLog.UserGuid = userGuid;
     letterSendLog.UTC = uTC;
     letterSendLog.ErrorOccurred = errorOccurred;
     return letterSendLog;
 }