Design and code...
Design and code...
Hi,
can i design all Entity and the software build all the Table in DB
automatically?
darez
can i design all Entity and the software build all the Table in DB
automatically?
darez
We have added the Model First support for Oracle, MySQL, and PostgreSQL databases.
Microsoft provides their own support for SQL Server DBMS, it is integrated into Visual Studio 2010 Release Candidate.
I have mentioned the tutorial describing Model First usage in this forum post:
http://www.devart.com/forums/viewtopic.php?t=17543
Microsoft provides their own support for SQL Server DBMS, it is integrated into Visual Studio 2010 Release Candidate.
I have mentioned the tutorial describing Model First usage in this forum post:
http://www.devart.com/forums/viewtopic.php?t=17543
I don't want microsoft, because i have see that if my model change i need to rebuild all database (the script will drop the Table).AndreyR wrote:We have added the Model First support for Oracle, MySQL, and PostgreSQL databases.
Microsoft provides their own support for SQL Server DBMS, it is integrated into Visual Studio 2010 Release Candidate.
I have mentioned the tutorial describing Model First usage in this forum post:
http://www.devart.com/forums/viewtopic.php?t=17543
So, if I add only 1 relationship between 2 class, then the script will drop
the Table.
Can Devart have software that "syncronize" the model with database (MySql, PosterSql)?
darez
We are working on our Update from database wizard functionality.
You can leave your votes at our User Voice to indicate your preferences concerning our roadmap:
http://devart.uservoice.com/forums/3867 ... -developer
You can leave your votes at our User Voice to indicate your preferences concerning our roadmap:
http://devart.uservoice.com/forums/3867 ... -developer
Any people that need to create a middle project (20-40 class) needAndreyR wrote:We are working on our Update from database wizard functionality.
You can leave your votes at our User Voice to indicate your preferences concerning our roadmap:
http://devart.uservoice.com/forums/3867 ... -developer
to be SURE that if the Model change, than the DB will change.
See DataObject.Net database:
when model change, than db 'will be upgraded' not Erased!
If you implement this, i think that EntiyFramework can be used
from VERY amouth of company.