query language

L

Luciano Aimi

Exist something like EJB query language for select data from typed dataset?
Microsoft or third part library etc.

thanx,
l.a.
 
J

Josh Einstein

You can use DataView atop a DataSet and use the RowFilter property as a
crude query engine.

Josh
 
D

Dino Chiesa [MSFT]

there is a thing called ObjectSpaces which is coming in Whidbey (the next
version of the .NET Framework), that does Object-Relational mapping.
Whidbey and ObjectSpaces will be previewed at the PDC in October.
www.microsoft.com/pdc

-Dino
 

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