/// <summary>
 /// Deprecated Method for adding a new object to the FootnoteContVbls EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToFootnoteContVbls(FootnoteContVbl footnoteContVbl)
 {
     base.AddObject("FootnoteContVbls", footnoteContVbl);
 }
 /// <summary>
 /// Create a new FootnoteContVbl object.
 /// </summary>
 /// <param name="mainTable">Initial value of the MainTable property.</param>
 /// <param name="contents">Initial value of the Contents property.</param>
 /// <param name="variable">Initial value of the Variable 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 FootnoteContVbl CreateFootnoteContVbl(global::System.String mainTable, global::System.String contents, global::System.String variable, global::System.Decimal footnoteNo, global::System.String userId, global::System.DateTime logDate)
 {
     FootnoteContVbl footnoteContVbl = new FootnoteContVbl();
     footnoteContVbl.MainTable = mainTable;
     footnoteContVbl.Contents = contents;
     footnoteContVbl.Variable = variable;
     footnoteContVbl.FootnoteNo = footnoteNo;
     footnoteContVbl.UserId = userId;
     footnoteContVbl.LogDate = logDate;
     return footnoteContVbl;
 }