Queries in dataset

  • Thread starter Thread starter alpha
  • Start date Start date
A

alpha

Can we queries tables in dataset..like joining tables in dataset...firing groupby quries or getting unquie set of records from a given in tabels in dataset. Online resource for getting the details about will highly helpful

Alph
 
Hi alpha,

No, you can't.
You might construct a DataTable and join data into from many datatables and
use a DataView over it.
You'll have to do it by code.
That's it.

--
Miha Markic - RightHand .NET consulting & software development
miha at rthand com

alpha said:
Can we queries tables in dataset..like joining tables in dataset...firing
groupby quries or getting unquie set of records from a given in tabels in
dataset. Online resource for getting the details about will highly helpful.
Community Website: http://www.dotnetjunkies.com/newsgroups/
 
Back
Top