ORM Release History : Q1 2010 (version 2010.1.310)
Posted by: Telerik News RSS Feed,
on 10 Mar 2010 |
View original | Bookmarked: 0 time(s)
Enhancements New Visual designer for Telerik OpenAccess ORM New database support: VistaDB4.0 LINQ: Support for SelectMany - Support for the following: from p in PersonExtent from a in AddressExtent select new { p, a } This causes SelectMany to be called that produces a cartesian product. This is not a join! Configuration support for SNAPSHOT isolation - You can now specify <isolationLevel>SNAPSHOT</isolationLevel> in the backend configuration for systems where this is supported...