Join DataTables

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top