public void RemovetbluserinfoRow(tbluserinfoRow row) { this.Rows.Remove(row); }
public tbluserinfoRowChangeEvent(tbluserinfoRow row, global::System.Data.DataRowAction action) { this.eventRow = row; this.eventAction = action; }
public void AddtbluserinfoRow(tbluserinfoRow row) { this.Rows.Add(row); }