public void Removeeip_t_ext_timecard_systemRow(eip_t_ext_timecard_systemRow row) { this.Rows.Remove(row); }
public eip_t_ext_timecard_systemRowChangeEvent(eip_t_ext_timecard_systemRow row, global::System.Data.DataRowAction action) { this.eventRow = row; this.eventAction = action; }
public void Addeip_t_ext_timecard_systemRow(eip_t_ext_timecard_systemRow row) { this.Rows.Add(row); }