F
Frank McCown
Is it possible to perform a Join on two DataTables in
memory without using a database?
I've loaded some XML data into a DataSet, and I'd like to
join two of the tables into one. I'm overly optimistic
that there exists a function that will take a SELECT
command and my two tables and return the joined table for
me without involving a DataAdapter or SQLServer.
Thanks in advance,
Frank
memory without using a database?
I've loaded some XML data into a DataSet, and I'd like to
join two of the tables into one. I'm overly optimistic
that there exists a function that will take a SELECT
command and my two tables and return the joined table for
me without involving a DataAdapter or SQLServer.
Thanks in advance,
Frank