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