| View previous topic :: View next topic |
| Author |
Message |
LJ@work Novice
Joined: 18 Oct 2011 Posts: 1
|
Posted: Tue Oct 18, 2011 8:50 am Post subject: easy query and dynamic data |
|
|
Hello everyone!
I have a question: is it possible to use *.edmx model (from ASP.NET Dynamic Data) instead of *.xml model in my asp.Net web project?
And one more question: is it possible to automatically update *.xml file, created by Data Model Editor? |
|
| Back to top |
|
 |
Admin Site Admin
Joined: 07 Nov 2005 Posts: 272
|
Posted: Mon Oct 31, 2011 3:33 pm Post subject: |
|
|
1. No it's not possible.
2. It depends on what you mean with "automatically". You can modify your data model by code, for example if there were some changes in the database. But it will need quite lot of additional coding. |
|
| Back to top |
|
 |
|