I would like to be able to call select off of a DataTable and instead of returning an array of rows, I'd like it to return a new data table with copies of all the rows. I understand you can't have a row belong to multiple tables, which is why I said copy. I also don't think this should be the default behavior, but maybe a separate method or something... CopyTo?
posted on Tuesday, September 28, 2004 4:05 PM