Release notes for re-motion version 1.13.57

List of Issues

New Features

Details

[COMMONS-2662] Support Any result operator

Component/s: Data.Linq
Issue Type: New Feature
Resolution: Fixed
Status: Closed


Support for queries of the following forms: Cooks.Any(), Cooks.Any (c => c.IsStarredCook).

The SQL generated for these queries contains an EXISTS clause.