/// <summary>
 /// Deprecated Method for adding a new object to the FootnoteMainTables EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToFootnoteMainTables(FootnoteMainTable footnoteMainTable)
 {
     base.AddObject("FootnoteMainTables", footnoteMainTable);
 }
 /// <summary>
 /// Create a new FootnoteMainTable object.
 /// </summary>
 /// <param name="mainTable">Initial value of the MainTable property.</param>
 /// <param name="footnoteNo">Initial value of the FootnoteNo property.</param>
 /// <param name="userId">Initial value of the UserId property.</param>
 /// <param name="logDate">Initial value of the LogDate property.</param>
 public static FootnoteMainTable CreateFootnoteMainTable(global::System.String mainTable, global::System.Decimal footnoteNo, global::System.String userId, global::System.DateTime logDate)
 {
     FootnoteMainTable footnoteMainTable = new FootnoteMainTable();
     footnoteMainTable.MainTable = mainTable;
     footnoteMainTable.FootnoteNo = footnoteNo;
     footnoteMainTable.UserId = userId;
     footnoteMainTable.LogDate = logDate;
     return footnoteMainTable;
 }