Micah Bright

Results 1 comments of Micah Bright

I have the same problem. I am using 1.4.0. Basically, I'm trying to use my function as a subquery. My LINQ to Entities query: _db.Things .Where(d => MyGuids.Contains(d.Guid.Value)) .SelectMany(c =>...