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