query language

  • Thread starter Thread starter Luciano Aimi
  • Start date Start date
L

Luciano Aimi

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

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

Josh
 
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
 
Back
Top