Do a "join" on 2 or more DataTables?

  • Thread starter Thread starter Scott Tenorman
  • Start date Start date
S

Scott Tenorman

I am trying to "join" two existing DataTable objects based on related
information without having to request the data from SQL again. Lets
just say the DataTables are contained in a single DataSet. I am
struggling with the manipulation of data once it is all contained
within tables inside a dataset. I know a dataset has many features to
access data but I am finding them very troublesome.
 
Hi Scott,

You are out of luck on this.
You will have to create some sort of collection by yourself.
 
Ok I see. Too bad, I figured there would be more functionality built
into .NET that would allow you to work with in-memory data.
 
Back
Top