/// <summary>
 /// Create a new OtherTransLog object.
 /// </summary>
 /// <param name="transactionDate">Initial value of TransactionDate.</param>
 /// <param name="tableName">Initial value of TableName.</param>
 public static OtherTransLog CreateOtherTransLog(global::System.DateTime transactionDate, long tableName)
 {
     OtherTransLog otherTransLog = new OtherTransLog();
     otherTransLog.TransactionDate = transactionDate;
     otherTransLog.TableName = tableName;
     return otherTransLog;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the OtherTransLogs EntitySet.
 /// </summary>
 public void AddToOtherTransLogs(OtherTransLog otherTransLog)
 {
     base.AddObject("OtherTransLogs", otherTransLog);
 }