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