/// <summary> /// Deprecated Method for adding a new object to the History EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToHistory(History history) { base.AddObject("History", history); }
/// <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; }