public void Removetbl_DataTypesRow(tbl_DataTypesRow row) { this.Rows.Remove(row); }
public tbl_DataTypesRowChangeEvent(tbl_DataTypesRow row, global::System.Data.DataRowAction action) { this.eventRow = row; this.eventAction = action; }
public void Addtbl_DataTypesRow(tbl_DataTypesRow row) { this.Rows.Add(row); }