Scenario:
1. Customer has backend SQL Server with wider rows.
2. Customer syncs with SDF files (SQL CE). Slimmer rows in SDF file.
3. Would like to use the same model for both. The premise is that EF would look at the DB for those non-manditory columns (whatever way they are represented) and build meta data accordingly.
Comments: After discussing with James (who opened the bug) we concluded that this can be closed because you can achieve this scenario fairly easily with Code First - see last comment for more details.
1. Customer has backend SQL Server with wider rows.
2. Customer syncs with SDF files (SQL CE). Slimmer rows in SDF file.
3. Would like to use the same model for both. The premise is that EF would look at the DB for those non-manditory columns (whatever way they are represented) and build meta data accordingly.
Comments: After discussing with James (who opened the bug) we concluded that this can be closed because you can achieve this scenario fairly easily with Code First - see last comment for more details.