Business Objects Question

  • Thread starter Thread starter Tina
  • Start date Start date
T

Tina

In 2.0, do business objects have to be manually written classes or is there
a wizard that will, for instance, generate the class from a query builder?
I seem to remeber that in a demo somewhere but I can't find it in the docs
now.

For instance I just want to select some fields from a Northwind table.

Thanks,
T
 
The piece you are most likely talking about is ObjectSpaces, which have
disappeared from the lexicon. Much of the thrust is being replaced by LINQ
in C# 3.0 (VB 9); I am not sure if ObjectSpaces will ever resurrect.

--
Gregory A. Beamer

*************************************************
Think Outside the Box!
*************************************************
 
Back
Top