Page 1 of 1

New features in the Entity Framework support!

Posted: Thu 20 Jun 2013 11:32
by Devart
Dear users,

We are glad to announce the new features that are available in the Entity Framework support in the latest version:
  • The config.DatabaseScript.ForeignKey.Enabled option (default value is True) is added to turn on/off generation of foreign key constraints (MySQL, Oracle, PostgreSQL, SQLite)
  • The config.DatabaseScript.ForeignKey.IndexCreation option (default value is False) is added to turn on/off generation of indexes, created for the columns being parts of the foreign key, when using CreateDatabase() functionality (MySQL)
  • The bug with using methods which include Byte and SByte parameters is fixed (PostgreSQL)
Devart development team
http://www.devart.com/dotconnect/entityframework.html