New features in the LINQ to SQL support!

Discussion of open issues, suggestions and bugs regarding LinqConnect – Devart's LINQ to SQL compatible ORM
Locked
Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

New features in the LINQ to SQL support!

Post by Shalex » Fri 22 May 2009 09:30

Dear users,

We are glad to announce the new features that are available in the LINQ to SQL support in the latest build:
  • Added support for CompiledQuery
  • Fixed bug with the ExecuteCommand() method
  • Fixed bug with Distinct and count symultaneous usage
  • Fixed bug with DevExpress 9 integration
  • Fixed bug with REF CURSOR as an out parameter in stored procedure
  • Fixed bug with the Long Raw and XMLType types mapping
  • Fixed bug with Guid Primary keys
  • Removed redundant BINARY keyword
  • Added support for DataContext.CommandTimeout property
  • Fixed bug with insertion to the table with single autoicrement column
  • Fixed bug with the SelectMany() method
  • Fixed bug with Bit datatype
Devart development team
http://www.devart.com/dotconnect/linq.html

Locked