public void RemoveINBOUND_DOC_FAX_SPAMRow(INBOUND_DOC_FAX_SPAMRow row) {
     this.Rows.Remove(row);
 }
 public INBOUND_DOC_FAX_SPAMRowChangeEvent(INBOUND_DOC_FAX_SPAMRow row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }
 public void AddINBOUND_DOC_FAX_SPAMRow(INBOUND_DOC_FAX_SPAMRow row) {
     this.Rows.Add(row);
 }