Пример #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);
 }
Пример #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;
 }