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