DataTable waveform_file_dt = new DataTable(); DataRow newRow = waveform_file_dt.NewRow(); newRow["table_name"] = tl; newRow["column_name"] = columnQuery_dr.GetString(0); newRow["waveform_file"] = waveform_comms_dr.GetString(0) + ".psdata"; waveform_file_dt.Rows.Add(newRow);
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)