Looks like EF Reference.Load() is not working without MARS? Is that right?
Than EF mysql, is not supporting Load and than the only way to Load reference is through Select.
dynback.com
2009-12-01 14:44:18
dynback, MARS is a SQL Server issue only. The EF Provider for SQL Server requires MARS. MySQL has its own provider which may or may not require specific MySQL features to be used. But MySQL requirements have nothing to do with MARS, and the requirements imposed by the SQL Server EF provider have nothing to do with MySQL; they're completely separate issues.
Craig Stuntz
2009-12-01 14:51:28
Craig, i am not sure about MARS itself, I know only that Reference.Load is not working in mysql EF implementation, because of "There is already an open DataReader"
dynback.com
2009-12-01 15:46:27
OK, then you need to ask a different question. :)
Craig Stuntz
2009-12-01 17:59:55