public void RemoveDataTable1Row(DataTable1Row row) {
     this.Rows.Remove(row);
 }
 public void AddDataTable1Row(DataTable1Row row) {
     this.Rows.Add(row);
 }
 public DataTable1RowChangeEvent(DataTable1Row row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }
 public DataTable1RowChangeEvent(DataTable1Row row, global::System.Data.DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }
Beispiel #5
0
 public void RemoveDataTable1Row(DataTable1Row row)
 {
     this.Rows.Remove(row);
 }
Beispiel #6
0
 public void AddDataTable1Row(DataTable1Row row)
 {
     this.Rows.Add(row);
 }