Richard
At the moment you first have to manually create the BusinessObject class then map it. We have had this request in the past, but the truth is that this generally isn't an issue when you start to work with your application because you are going to work with a limited number of BOs as you build your app...so build them all at once hasn't really hindered anyones development process to my knowledge. Hope that makes sense
So I'm building a Business object library and according to the help files you have to add a class to your project and then use the Business Object Mapper (BOM) to configure the class. Is there a way to point the BOM to a database and have it create classes for all tables at once or do I have to do it one-by-one? Thanks!