Fixed
Details
Details
Assignee
Alex Zaytsev
Alex ZaytsevReporter
Thomas Hotz
Thomas HotzLabels
Components
Fix versions
Affects versions
Priority
Who's Looking?
Open Who's Looking?
Created June 8, 2010 at 6:10 AM
Updated May 1, 2017 at 3:40 AM
Resolved February 29, 2016 at 1:45 PM
The new LinQ infrastructure doesn't support entity names. To add support an overload similar to the one of the old LinQ provider would be needed.
I attached a patch I used to add support for entity names to the new LinQ provider. It works as expected.
IMPORTANT: It is necessary to override ToString() because the query plans are different for each entity and the ToString representation is used within the query cache otherwise the cache only store one plan per entity type.