New features in the Entity Framework support!

Discussion of open issues, suggestions and bugs regarding Entity Framework support in ADO.NET Data providers
Locked
Devart
Site Admin
Posts: 3974
Joined: Tue 26 Oct 2004 13:51

New features in the Entity Framework support!

Post by Devart » Thu 16 Jul 2015 13:18

Dear users,

We are glad to announce the new features that are available in the Entity Framework support in the latest version:
  • The performance of generating SQL for Enumerable.Contains in LINQ queries is improved by supporting a new expression type, DbInExpression, in EF6 (MySQL, Oracle, PostgreSQL, SQLite, DB2)
  • The bug with converting 'Y' to True when retrieving CHAR(1) values from database to the bool property is fixed (Oracle)
Devart development team
http://www.devart.com/dotconnect/entityframework.html

Locked