I have created a BO manually and inserted the SQL statement to query the view. However, when I add a BBS for the BO and bind it to my UltraGrid, no column information is displayed in the grid. The BO is not passing schema information to the grid at design time.
1. Is there an easier way of creating a BO for a SQL View rather than manually creating the entire BO?
2. How do I tell the BO to give the correct schema information to the UltraGrid at design time?
Thanks in advance.