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