/// <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); }
/// <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; }
/// <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); }