public void RemoveTBL_SchemaRow(TBL_SchemaRow row) {
     this.Rows.Remove(row);
 }
 public TBL_SchemaRowChangeEvent(TBL_SchemaRow row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }
 public void AddTBL_SchemaRow(TBL_SchemaRow row) {
     this.Rows.Add(row);
 }