Пример #1
0
 /// <summary>
 /// Create a new tb_history object.
 /// </summary>
 /// <param name="rLOC">Initial value of the RLOC property.</param>
 /// <param name="creationDate">Initial value of the CreationDate property.</param>
 /// <param name="id">Initial value of the ID property.</param>
 /// <param name="historyDate">Initial value of the HistoryDate property.</param>
 /// <param name="stamp">Initial value of the Stamp property.</param>
 public static tb_history Createtb_history(global::System.String rLOC, global::System.String creationDate, global::System.Int32 id, global::System.DateTime historyDate, global::System.DateTime stamp)
 {
     tb_history tb_history = new tb_history();
     tb_history.RLOC = rLOC;
     tb_history.CreationDate = creationDate;
     tb_history.ID = id;
     tb_history.HistoryDate = historyDate;
     tb_history.Stamp = stamp;
     return tb_history;
 }
Пример #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the tb_history EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTotb_history(tb_history tb_history)
 {
     base.AddObject("tb_history", tb_history);
 }