score:1

Accepted answer

They will be lazily evaluated if these methods return IEnumerable<T>.

score:2

If they are using Linq to SQL, this gets translated to proper SQL and only the records that are affected by the where clause will be returned.


Related Query

More Query from same tag