public tbIdiomasRow AddtbIdiomasRow(int idIdioma, string mstrIdioma) { tbIdiomasRow rowtbIdiomasRow = ((tbIdiomasRow)(this.NewRow())); rowtbIdiomasRow.ItemArray = new object[] { idIdioma, mstrIdioma }; this.Rows.Add(rowtbIdiomasRow); return(rowtbIdiomasRow); }
public tbIdiomasRowChangeEvent(tbIdiomasRow row, DataRowAction action) { this.eventRow = row; this.eventAction = action; }
public void RemovetbIdiomasRow(tbIdiomasRow row) { this.Rows.Remove(row); }
public void AddtbIdiomasRow(tbIdiomasRow row) { this.Rows.Add(row); }
public tbIdiomasRowChangeEvent(tbIdiomasRow row, global::System.Data.DataRowAction action) { this.eventRow = row; this.eventAction = action; }