public void RemoveV1Row(V1Row row) {
     this.Rows.Remove(row);
 }
 public V1RowChangeEvent(V1Row row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }
 public void AddV1Row(V1Row row) {
     this.Rows.Add(row);
 }