/// <summary>
 /// Deprecated Method for adding a new object to the MainTable_Eng EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToMainTable_Eng(MainTable_Eng mainTable_Eng)
 {
     base.AddObject("MainTable_Eng", mainTable_Eng);
 }
 /// <summary>
 /// Create a new MainTable_Eng object.
 /// </summary>
 /// <param name="mainTable">Initial value of the MainTable property.</param>
 /// <param name="status">Initial value of the Status property.</param>
 /// <param name="published">Initial value of the Published property.</param>
 /// <param name="userId">Initial value of the UserId property.</param>
 /// <param name="logDate">Initial value of the LogDate property.</param>
 public static MainTable_Eng CreateMainTable_Eng(global::System.String mainTable, global::System.String status, global::System.String published, global::System.String userId, global::System.DateTime logDate)
 {
     MainTable_Eng mainTable_Eng = new MainTable_Eng();
     mainTable_Eng.MainTable = mainTable;
     mainTable_Eng.Status = status;
     mainTable_Eng.Published = published;
     mainTable_Eng.UserId = userId;
     mainTable_Eng.LogDate = logDate;
     return mainTable_Eng;
 }