Has the API changed in 4.4? I get a compile error saying "cannot convert from IQueryable<myentity> to IEnumerable<xtensive.orm.key>" session.Query.All<myentity>().Prefetch(e => e.Id); |
Hello Ara, The Prefetch API is in a process of renovation. The updated version will be released in DataObjects.Net 4.4 Beta 2 shortly. What about future queries? API seems changed there as well. Yep, but no any dramatic changes are planned there. I.e. we just moved+renamed the access point here. DataObjects.Net 4.3.7 & 4.4 beta 2 is released |