Ejemplo n.º 1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the History EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToHistory(History history)
 {
     base.AddObject("History", history);
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Create a new History object.
 /// </summary>
 /// <param name="historyID">Initial value of the HistoryID property.</param>
 public static History CreateHistory(global::System.Int32 historyID)
 {
     History history = new History();
     history.HistoryID = historyID;
     return history;
 }