Release notes for re-motion version 1.13.67
List of Issues
New Features
[RM-1058] Data.Linq:
SQL Backend: Support for String.Length property
Details
[RM-1058] SQL Backend: Support for String.Length property
Component/s:
Data.Linq
Issue Type:
New Feature
Resolution:
Fixed
Status:
Closed
Support for queries of the following form:
from c in Companies where c.Name.Length > 7 select c
.