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 07 May 2015 11:25

Dear users,

We are glad to announce the new features that are available in the Entity Framework support in the latest version:
  • The MySqlFunctions.Collate method for including the COLLATE operator with a necessary collation in generated SQL is added (MySQL)
  • The config.QueryOptions.ComparisonCollation option is implemented to use the COLLATE operator with a required collation when comparing strings in "equal" and "not equal" cases (MySQL)
  • The config.QueryOptions.LikeCollation option is added to use the COLLATE operator with a specified collation for .Contains/.StartsWith/.EndsWith methods (MySQL)
  • The config.DatabaseScript.Index.Tablespace configuration option is added to specify the tablespace for indexes created via the Code-First approach (Oracle)
Devart development team
http://www.devart.com/dotconnect/entityframework.html

Locked