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