Esempio n. 1
0
 public tbREsPEsRow AddtbREsPEsRow(int nIdExportador, int nIdRe, string strIdPE) {
     tbREsPEsRow rowtbREsPEsRow = ((tbREsPEsRow)(this.NewRow()));
     object[] columnValuesArray = new object[] {
             nIdExportador,
             nIdRe,
             strIdPE};
     rowtbREsPEsRow.ItemArray = columnValuesArray;
     this.Rows.Add(rowtbREsPEsRow);
     return rowtbREsPEsRow;
 }
Esempio n. 2
0
 public tbREsPEsRowChangeEvent(tbREsPEsRow row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }
Esempio n. 3
0
 public void RemovetbREsPEsRow(tbREsPEsRow row) {
     this.Rows.Remove(row);
 }
Esempio n. 4
0
 public void AddtbREsPEsRow(tbREsPEsRow row) {
     this.Rows.Add(row);
 }