bltoolkit icon indicating copy to clipboard operation
bltoolkit copied to clipboard

Linq provider doesn't recognize EnumerableQuery enumerations

Open al-mar opened this issue 13 years ago • 0 comments

var ids = new[] { 5 }.AsQueryable(); var query = db.MyEntity.Where(s => ids.Contains(s.Id));

If "ids" was a simple array, the query would work fine.

al-mar avatar Jan 15 '13 15:01 al-mar