I know of several LINQ statements that will cause EF to evaluate and return results form the DB to memory. .ToList()
is one. Does anyone have a comprehensive list of the statements that do this?
Not sure of...
.SingleOrDefault()
.Union()
EDIT: Wish I could accept all these answers. Great info from everyone!