public void RemoveDataTable6Row(DataTable6Row row) { this.Rows.Remove(row); }
public DataTable6RowChangeEvent(DataTable6Row row, global::System.Data.DataRowAction action) { this.eventRow = row; this.eventAction = action; }
public void AddDataTable6Row(DataTable6Row row) { this.Rows.Add(row); }