public void RemoveLFS_FM_UNIT_INSPECTIONRow(LFS_FM_UNIT_INSPECTIONRow row) { this.Rows.Remove(row); }
public LFS_FM_UNIT_INSPECTIONRowChangeEvent(LFS_FM_UNIT_INSPECTIONRow row, global::System.Data.DataRowAction action) { this.eventRow = row; this.eventAction = action; }
public void AddLFS_FM_UNIT_INSPECTIONRow(LFS_FM_UNIT_INSPECTIONRow row) { this.Rows.Add(row); }