Here is a SQL Query I want to convert to EF4.3
command = database.GetSqlStringCommand(@\" select
I went ahead and moved the entire query to a Stored Procedure on the database. This solves the problem by avoiding LINQ and ObjectBuilder in the first place.