Viewing 2 posts - 1 through 3 (of 3 total)
Grant,
EF does JOINs exactly like we do in T-SQL.
Example: There are two tables in AdventureWorks database, Employee and Contact. Each Employee can have more than one contact but Contact's...
January 5, 2009 at 11:46 am
#921337
Thanks Noel and Grant,
I looked at the Execution plan and it was identical.
I still wonder why would Microsoft's EF engine create queries like this and is there any memory...
January 5, 2009 at 11:27 am
#921326