public void RemoveAM_ASSET_SEWER_LATERALRow(AM_ASSET_SEWER_LATERALRow row) {
     this.Rows.Remove(row);
 }
 public AM_ASSET_SEWER_LATERALRowChangeEvent(AM_ASSET_SEWER_LATERALRow row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }
 public void AddAM_ASSET_SEWER_LATERALRow(AM_ASSET_SEWER_LATERALRow row) {
     this.Rows.Add(row);
 }