public void RemoveDatosRow(DatosRow row) { this.Rows.Remove(row); }
public DatosRowChangeEvent(DatosRow row, global::System.Data.DataRowAction action) { this.eventRow = row; this.eventAction = action; }
public void AddDatosRow(DatosRow row) { this.Rows.Add(row); }
public DatosRowChangeEvent(DatosRow row, DataRowAction action) { this.eventRow = row; this.eventAction = action; }