Problem and Question
I used the wizard to create a test entity model for my database (SQL 2005). Although it detected all the tables it only created an entity for the first table 'Addresses', and no more. No build errors. Known bug?
The Question:
Will the entity model have support for datasource binding?
I have my own object-model library at present and I get the code gen to write a lot of the ObjectDataSource functions, e.g. select by primary key, select by foreign key etc.. It works ok..
It would be *fantastic* if the generated entity could be its own datasource type, e.g.NorthwindDataSourcethat could be dropped onto forms without the need to use ODS as the glue.

