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