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