/// <summary> /// Deprecated Method for adding a new object to the FootnoteSubTables EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToFootnoteSubTables(FootnoteSubTable footnoteSubTable) { base.AddObject("FootnoteSubTables", footnoteSubTable); }
/// <summary> /// Create a new FootnoteSubTable object. /// </summary> /// <param name="mainTable">Initial value of the MainTable property.</param> /// <param name="subTable">Initial value of the SubTable 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 FootnoteSubTable CreateFootnoteSubTable(global::System.String mainTable, global::System.String subTable, global::System.Decimal footnoteNo, global::System.String userId, global::System.DateTime logDate) { FootnoteSubTable footnoteSubTable = new FootnoteSubTable(); footnoteSubTable.MainTable = mainTable; footnoteSubTable.SubTable = subTable; footnoteSubTable.FootnoteNo = footnoteNo; footnoteSubTable.UserId = userId; footnoteSubTable.LogDate = logDate; return footnoteSubTable; }