/// <summary> /// Deprecated Method for adding a new object to the edit_work EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToedit_work(edit_work edit_work) { base.AddObject("edit_work", edit_work); }
/// <summary> /// Create a new edit_work object. /// </summary> /// <param name="edit">Initial value of the edit property.</param> /// <param name="work">Initial value of the work property.</param> public static edit_work Createedit_work(global::System.Int32 edit, global::System.Int32 work) { edit_work edit_work = new edit_work(); edit_work.edit = edit; edit_work.work = work; return edit_work; }