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