public void Removeeip_t_whatsnew_blog_commentRow(eip_t_whatsnew_blog_commentRow row) {
     this.Rows.Remove(row);
 }
 public eip_t_whatsnew_blog_commentRowChangeEvent(eip_t_whatsnew_blog_commentRow row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }
 public void Addeip_t_whatsnew_blog_commentRow(eip_t_whatsnew_blog_commentRow row) {
     this.Rows.Add(row);
 }