public void AdddbschemaRow(dbschemaRow row) {
     this.Rows.Add(row);
 }
 public void RemovedbschemaRow(dbschemaRow row) {
     this.Rows.Remove(row);
 }
 public dbschemaRowChangeEvent(dbschemaRow row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }