Exemple #1
0
 public void RemoveDatosRow(DatosRow row)
 {
     this.Rows.Remove(row);
 }
Exemple #2
0
 public DatosRowChangeEvent(DatosRow row, global::System.Data.DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }
Exemple #3
0
 public void AddDatosRow(DatosRow row)
 {
     this.Rows.Add(row);
 }
 public void RemoveDatosRow(DatosRow row) {
     this.Rows.Remove(row);
 }
 public void AddDatosRow(DatosRow row) {
     this.Rows.Add(row);
 }
 public DatosRowChangeEvent(DatosRow row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }
Exemple #7
0
 public DatosRowChangeEvent(DatosRow row, DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }