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